|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Template object defines a custom UINode type. It describes both how to render the node and parse it.
Method Summary | |
java.lang.String |
getLocalName()
Returns the local name of the template. |
java.lang.String |
getNamespaceURI()
Returns the namespace of the template. |
NodeRole |
getNodeRole(RenderingContext context)
Returns the NodeRole of this template. |
UINode |
getUINode(RenderingContext context)
Returns the node to be used for rendering. |
UINodeType |
getUINodeType()
Returns the node type object used for parsing the template. |
Method Detail |
public java.lang.String getNamespaceURI()
public java.lang.String getLocalName()
public UINodeType getUINodeType()
public UINode getUINode(RenderingContext context)
public NodeRole getNodeRole(RenderingContext context)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |