Uses of Interface
com.cassinidivision.oce.representations.RenderingFormatter

Packages that use RenderingFormatter
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. 
 

Uses of RenderingFormatter in com.cassinidivision.oce.htmlrepresentation
 

Classes in com.cassinidivision.oce.htmlrepresentation that implement RenderingFormatter
 class C_Content_HTML
          Default HTML formatter for rendering C_ContentHyperlink instances.
 class C_ContentHyperlink_HTML
          Default HTML formatter for rendering C_ContentHyperlink instances.
 class C_ExternalHyperlink_HTML
          Default HTML formatter for rendering C_ExternalHyperlink instances.
 class C_Hyperlink_HTML
          Default HTML formatter for rendering C_Hyperlink instances.
 class C_Image_HTML
          Default HTML formatter for rendering C_Image instances.
 class C_PageComponent_HTML
          Default HTML formatter for rendering C_PageComponent instances.
 class C_TextContent_HTML
          Default HTML formatter for rendering C_TextContent instances.
 class HTMLFormatter
          The default HTML formatter class for rendering OCE hierarchical content.
 

Methods in com.cassinidivision.oce.htmlrepresentation that return RenderingFormatter
 RenderingFormatter HTMLFormatter.formatterForObject(Object anObject)
          Retrieve the OCE content class-specific formatter for the requested OCE content object.
 

Uses of RenderingFormatter in com.cassinidivision.oce.rendering
 

Methods in com.cassinidivision.oce.rendering that return RenderingFormatter
 RenderingFormatter RenderingSession.renderingFormatter()
          Provide a default top-level rendering formatter, to be used when required by publishing components.
 RenderingFormatter OCESession.renderingFormatter()
           
 

Methods in com.cassinidivision.oce.rendering with parameters of type RenderingFormatter
 void OCESession.setRenderingFormatter(RenderingFormatter aFormatter)
          Change the current top-level rendering formatter.