Uses of Class
com.cassinidivision.oce.content.C_FeaturePage

Packages that use C_FeaturePage
com.cassinidivision.oce.content A business framework for modelling arbitrary content classes (structure, behaviour and interactions), in a presentation-independent manner. 
com.cassinidivision.oce.rendering The OCE core rendering functionality, templates, components and exceptions. 
 

Uses of C_FeaturePage in com.cassinidivision.oce.content
 

Methods in com.cassinidivision.oce.content that return C_FeaturePage
 C_FeaturePage C_PageComponent.featurePage()
          Convenience method: retrieve the feature page that this component is part of.
 

Uses of C_FeaturePage in com.cassinidivision.oce.rendering
 

Methods in com.cassinidivision.oce.rendering that return C_FeaturePage
static C_FeaturePage RenderingHelper.currentPage(RenderingSession aSession)
          Retrieve the current feature page recorded in the rendering context (if any).
static C_FeaturePage RenderingHelper.previousPage(RenderingSession aSession)
          Retrieve the previous feature page (if there is a current page registered).
static C_FeaturePage RenderingHelper.nextPage(RenderingSession aSession)
          Retrieve the next feature page (if there is a current page registered).
 

Methods in com.cassinidivision.oce.rendering with parameters of type C_FeaturePage
static String RenderingHelper.urlInCurrentContextForPage(RenderingSession aSession, C_FeaturePage aPage)
          Derive a unique URL for a generated feature page based on information provided in the session's rendering context.