Class ContentDeepLinkServiceImpl

java.lang.Object
org.broadleafcommerce.common.web.deeplink.DeepLinkService<org.broadleafcommerce.common.structure.dto.StructuredContentDTO>
org.broadleafcommerce.cms.web.deeplink.ContentDeepLinkServiceImpl

public class ContentDeepLinkServiceImpl extends org.broadleafcommerce.common.web.deeplink.DeepLinkService<org.broadleafcommerce.common.structure.dto.StructuredContentDTO>
Provides deep links for StructuredContent items.
Author:
Andre Azzolini (apazzolini)
  • Field Details

    • structuredContentAdminPath

      protected String structuredContentAdminPath
  • Constructor Details

    • ContentDeepLinkServiceImpl

      public ContentDeepLinkServiceImpl()
  • Method Details

    • getLinksInternal

      protected List<org.broadleafcommerce.common.web.deeplink.DeepLink> getLinksInternal(org.broadleafcommerce.common.structure.dto.StructuredContentDTO item)
      Specified by:
      getLinksInternal in class org.broadleafcommerce.common.web.deeplink.DeepLinkService<org.broadleafcommerce.common.structure.dto.StructuredContentDTO>
    • getStructuredContentAdminPath

      public String getStructuredContentAdminPath()
    • setStructuredContentAdminPath

      public void setStructuredContentAdminPath(String structuredContentAdminPath)