com.cassinidivision.oce.representations
Interface RenderingFormatter

All Known Implementing Classes:
C_Content_HTML, C_ContentHyperlink_HTML, C_ExternalHyperlink_HTML, C_Hyperlink_HTML, C_Image_HTML, C_PageComponent_HTML, C_TextContent_HTML, HTMLFormatter

public interface RenderingFormatter

The base interface for formatter classes that undertake automated rendering in the OCE system.


Method Summary
 Object representationForObject(Object anObject, RenderingContext aContext)
          Build a rendered representation of an object, taking into account any contextual information provided.
 

Method Detail

representationForObject

public Object representationForObject(Object anObject,
                                      RenderingContext aContext)
Build a rendered representation of an object, taking into account any contextual information provided.

Parameters:
anObject - The object from which to build a representation.
aContext - The environment or context in which to build the representation.
Returns:
The new representation.