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

java.lang.Object
  |
  +--org.infoglue.cms.controllers.delivery.kernel.impl.simple.ComponentLogic
        |
        +--org.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, getChildPages, getContentAttribute, getPageNavTitle, getPageNavTitle, getPageUrl, getPageUrl, getPageUrl, getParsedContentAttribute, getPropertyValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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


Copyright © 2003 InfoGlue.org All Rights Reserved.