|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RenderingContext | |
com.cassinidivision.oce.htmlrepresentation | A set of OCE formatter classes, providing default HTML representations of hierarchical OCE content. |
com.cassinidivision.oce.rendering | The OCE core rendering functionality, templates, components and exceptions. |
com.cassinidivision.oce.representations | This package contains the base OCE interfaces, classes and definitions for handling rendered representations of content. |
com.cassinidivision.oce.urlhandling | Classes for interpreting generic rendering requests in the light of specific URL/URI navigational and publication policies. |
Uses of RenderingContext in com.cassinidivision.oce.htmlrepresentation |
Methods in com.cassinidivision.oce.htmlrepresentation with parameters of type RenderingContext | |
Object |
HTMLFormatter.representationForObject(Object anObject,
RenderingContext aContext)
|
Object |
C_TextContent_HTML.representationForObject(Object anObject,
RenderingContext aContext)
|
Object |
C_PageComponent_HTML.representationForObject(Object anObject,
RenderingContext aContext)
|
Object |
C_Image_HTML.representationForObject(Object anObject,
RenderingContext aContext)
|
Object |
C_Hyperlink_HTML.representationForObject(Object anObject,
RenderingContext aContext)
|
Object |
C_ExternalHyperlink_HTML.representationForObject(Object anObject,
RenderingContext aContext)
|
Object |
C_Content_HTML.representationForObject(Object anObject,
RenderingContext aContext)
|
Object |
C_ContentHyperlink_HTML.representationForObject(Object anObject,
RenderingContext aContext)
|
Uses of RenderingContext in com.cassinidivision.oce.rendering |
Methods in com.cassinidivision.oce.rendering that return RenderingContext | |
RenderingContext |
RenderingSession.renderingContext()
Supply the publishing system a rendering context set up with necessary publishing information. |
RenderingContext |
OCESession.renderingContext()
|
Methods in com.cassinidivision.oce.rendering with parameters of type RenderingContext | |
static boolean |
RenderingHelper.isPreviewingInContext(RenderingContext aContext)
Determine if the current rendering process is for previewing or publishing. |
WOComponent |
OCE_Feature.componentForContext(WOContext aContext,
RenderingContext renderingContext,
EOEditingContext anEditingContext)
|
String |
OCE_Feature.handlerURIWithContext(RenderingContext aContext)
|
Uses of RenderingContext in com.cassinidivision.oce.representations |
Classes in com.cassinidivision.oce.representations that implement RenderingContext | |
class |
DefaultRenderingContext
The default rendering context implementation. |
Methods in com.cassinidivision.oce.representations with parameters of type RenderingContext | |
Object |
RenderingFormatter.representationForObject(Object anObject,
RenderingContext aContext)
Build a rendered representation of an object, taking into account any contextual information provided. |
Uses of RenderingContext in com.cassinidivision.oce.urlhandling |
Methods in com.cassinidivision.oce.urlhandling with parameters of type RenderingContext | |
WOComponent |
URLHandler.componentForContext(WOContext aContext,
RenderingContext renderingContext,
EOEditingContext anEditingContext)
Retrieve the required component for rendering, based upon information provided by the rendering context. |
String |
URLHandler.handlerURIWithContext(RenderingContext renderingContext)
Should return a relative URI to uniquely identify published content according to the contextual information provided. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |