|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Tag
represents a Jelly custom tag.
Method Summary | |
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized. |
Script |
getBody()
|
JellyContext |
getContext()
Gets the context in which the tag will be run |
Tag |
getParent()
|
void |
invokeBody(XMLOutput output)
A helper method to invoke this tags body |
void |
setBody(Script body)
Sets the body of the tag |
void |
setContext(JellyContext context)
Sets the context in which the tag will be run |
void |
setParent(Tag parent)
Sets the parent of this tag |
Method Detail |
public Tag getParent()
public void setParent(Tag parent)
public Script getBody()
public void setBody(Script body)
public JellyContext getContext()
public void setContext(JellyContext context) throws java.lang.Exception
public void doTag(XMLOutput output) throws java.lang.Exception
public void invokeBody(XMLOutput output) throws java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |