com.cassinidivision.oce.htmlrepresentation
Class C_TextContent_HTML

java.lang.Object
  extended bycom.cassinidivision.oce.htmlrepresentation.C_TextContent_HTML
All Implemented Interfaces:
RenderingFormatter

public class C_TextContent_HTML
extends Object
implements RenderingFormatter

Default HTML formatter for rendering C_TextContent instances.


Constructor Summary
C_TextContent_HTML()
           
 
Method Summary
 Object representationForObject(Object anObject, RenderingContext aContext)
          Build a rendered representation of an object, taking into account any contextual information provided.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

C_TextContent_HTML

public C_TextContent_HTML()
Method Detail

representationForObject

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

Specified by:
representationForObject in interface RenderingFormatter
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.