org.broadleafcommerce.cms.web.deeplink
Class ContentDeepLinkServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.common.web.deeplink.DeepLinkService<StructuredContentDTO>
      extended by org.broadleafcommerce.cms.web.deeplink.ContentDeepLinkServiceImpl

public class ContentDeepLinkServiceImpl
extends DeepLinkService<StructuredContentDTO>

Provides deep links for StructuredContent items.

Author:
Andre Azzolini (apazzolini)

Field Summary
protected  String structuredContentAdminPath
           
 
Fields inherited from class org.broadleafcommerce.common.web.deeplink.DeepLinkService
ADMIN_BASE_URL_PROP, propMgr
 
Constructor Summary
ContentDeepLinkServiceImpl()
           
 
Method Summary
protected  List<DeepLink> getLinksInternal(StructuredContentDTO item)
           
 String getStructuredContentAdminPath()
           
 void setStructuredContentAdminPath(String structuredContentAdminPath)
           
 
Methods inherited from class org.broadleafcommerce.common.web.deeplink.DeepLinkService
getAdminBaseUrl, getLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

structuredContentAdminPath

protected String structuredContentAdminPath
Constructor Detail

ContentDeepLinkServiceImpl

public ContentDeepLinkServiceImpl()
Method Detail

getLinksInternal

protected List<DeepLink> getLinksInternal(StructuredContentDTO item)
Specified by:
getLinksInternal in class DeepLinkService<StructuredContentDTO>

getStructuredContentAdminPath

public String getStructuredContentAdminPath()

setStructuredContentAdminPath

public void setStructuredContentAdminPath(String structuredContentAdminPath)


Copyright © 2013. All Rights Reserved.