com.cassinidivision.oce.htmlrepresentation
Class C_PageComponent_HTML

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

public class C_PageComponent_HTML
extends Object
implements RenderingFormatter

Default HTML formatter for rendering C_PageComponent instances.


Constructor Summary
C_PageComponent_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_PageComponent_HTML

public C_PageComponent_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.