org.infoglue.cms.controllers.delivery.kernel.impl.simple
Class DecoratedComponentLogic

java.lang.Object
  extended byorg.infoglue.cms.controllers.delivery.kernel.impl.simple.ComponentLogic
      extended byorg.infoglue.cms.controllers.delivery.kernel.impl.simple.DecoratedComponentLogic

public class DecoratedComponentLogic
extends ComponentLogic


Constructor Summary
DecoratedComponentLogic(TemplateController templateController, InfoGlueComponent infoGlueComponent)
           
 
Method Summary
 java.lang.String getPageUrl(java.lang.Integer siteNodeId, java.lang.Integer languageId, java.lang.Integer contentId)
          This method returns a url to the given page.
 
Methods inherited from class org.infoglue.cms.controllers.delivery.kernel.impl.simple.ComponentLogic
getAssetThumbnailUrl, getAssetThumbnailUrl, getAssetThumbnailUrl, getAssetThumbnailUrl, getAssetUrl, getAssetUrl, getAssetUrl, getBoundContentId, getBoundContents, getBoundFolderContents, getBoundPages, getContentAttribute, getPageNavTitle, getPageNavTitle, getPageUrl, getPageUrl, getPageUrl, getPropertyValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratedComponentLogic

public DecoratedComponentLogic(TemplateController templateController,
                               InfoGlueComponent infoGlueComponent)
Method Detail

getPageUrl

public java.lang.String getPageUrl(java.lang.Integer siteNodeId,
                                   java.lang.Integer languageId,
                                   java.lang.Integer contentId)
This method returns a url to the given page. The url is composed of siteNode, language and content

Overrides:
getPageUrl in class ComponentLogic