com.cassinidivision.oce.htmlrepresentation
Class C_ContentHyperlink_HTML

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

public class C_ContentHyperlink_HTML
extends Object
implements RenderingFormatter

Default HTML formatter for rendering C_ContentHyperlink instances.


Field Summary
static int ExternalContentHyperlink
           
static int InternalContentHyperlink
           
static int SameContentHyperlink
           
 
Constructor Summary
C_ContentHyperlink_HTML()
           
 
Method Summary
 Object representationForObject(Object anObject, RenderingContext aContext)
          Build a rendered representation of an object, taking into account any contextual information provided.
 String urlDetails(C_ContentHyperlink aHyperlink)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

InternalContentHyperlink

public static int InternalContentHyperlink

SameContentHyperlink

public static int SameContentHyperlink

ExternalContentHyperlink

public static int ExternalContentHyperlink
Constructor Detail

C_ContentHyperlink_HTML

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

urlDetails

public String urlDetails(C_ContentHyperlink aHyperlink)