com.cassinidivision.oce.htmlrepresentation
Class C_TextContent_HTML
java.lang.Object
   com.cassinidivision.oce.htmlrepresentation.C_TextContent_HTML
com.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.
 
 
 
C_TextContent_HTML
public C_TextContent_HTML()
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:
- representationForObjectin 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.