Uses of Interface
com.cassinidivision.oce.rendering.RenderingSession

Packages that use RenderingSession
com.cassinidivision.oce.rendering The OCE core rendering functionality, templates, components and exceptions. 
 

Uses of RenderingSession in com.cassinidivision.oce.rendering
 

Classes in com.cassinidivision.oce.rendering that implement RenderingSession
 class OCESession
          Provides extended session functionality, including persistent session storage handling.
 

Methods in com.cassinidivision.oce.rendering with parameters of type RenderingSession
static Object RenderingHelper.render(RenderingSession aSession, Object renderedObject)
          Retrieve a representation for a requested object using the default formatter registered in the rendering context.
static String RenderingHelper.stringRender(RenderingSession aSession, Object renderedObject)
          Retrieve a string representation for a requested object using the default formatter registered in the rendering context.
static N_Section RenderingHelper.currentSection(RenderingSession aSession)
          Retrieve the current section recorded in the rendering context (if any).
static N_WebSite RenderingHelper.currentWebSite(RenderingSession aSession)
          Retrieve the current web site recorded in the rendering context (if any).
static C_Feature RenderingHelper.currentFeature(RenderingSession aSession)
          Retrieve the current feature recorded in the rendering context (if any).
static C_FeaturePage RenderingHelper.currentPage(RenderingSession aSession)
          Retrieve the current feature page recorded in the rendering context (if any).
static String RenderingHelper.currentPageIndex(RenderingSession aSession)
          Retrieve the index of the current feature page recorded in the rendering context (if any).
static C_PageVersion RenderingHelper.currentPageVersion(RenderingSession aSession)
          Retrieve the current page version 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).
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.
static String RenderingHelper.urlForPreviousPage(RenderingSession aSession)
          Derive a unique URL for a feature page previous to the current registered page based on information provided in the session's rendering context.
static String RenderingHelper.urlForNextPage(RenderingSession aSession)
          Derive a unique URL for a feature page following to the current registered page based on information provided in the session's rendering context.
static NSArray RenderingHelper.orderedSectionsInCurrentSite(RenderingSession aSession)
          Retrieve the current set of root-level ordered sections in the web site registered.
static boolean RenderingHelper.isPreviewing(RenderingSession aSession)
          Determine if the current rendering process is for previewing or publishing.
static NSArray RenderingHelper.visiblePageDetailsForFeature(C_Feature feature, RenderingSession session)
          Returns information for all visible authorized (published) pages of the feature requested.
static NSArray RenderingHelper.visiblePageDetailsForFeature(C_Feature feature, RenderingSession session, boolean publishedOnly)
          Returns information for all visible pages of the feature requested.
static boolean RenderingHelper.inWebSiteFrontPage(RenderingSession session)
          Determine if the root section feature page (front page) is being previewed or published.