|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cassinidivision.oce.htmlrepresentation.C_Content_HTML
Default HTML formatter for rendering C_ContentHyperlink instances.
Also contains some shared rendering utility methods.
Constructor Summary | |
C_Content_HTML()
|
Method Summary | |
static String |
idAttribute(C_Content someContent)
Create a HTML "ID=<>" argument for various constructs (HTML 4.0 onwards). |
static String |
nameAttribute(C_Content someContent)
Create a HTML "NAME=<>" argument for various constructs (pre-HTML 4.0). |
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 |
public C_Content_HTML()
Method Detail |
public static String nameAttribute(C_Content someContent)
someContent
- Input content.
public static String idAttribute(C_Content someContent)
someContent
- Input content.
public Object representationForObject(Object anObject, RenderingContext aContext)
RenderingFormatter
representationForObject
in interface RenderingFormatter
anObject
- The object from which to build a representation.aContext
- The environment or context in which to build the representation.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |