|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.jelly.impl.TagScript | +--org.apache.commons.jelly.impl.BeanTagScript
TagScript
evaluates a custom tag.
Fields inherited from class org.apache.commons.jelly.impl.TagScript |
attributes |
Constructor Summary | |
BeanTagScript()
|
|
BeanTagScript(TagFactory tagFactory)
|
Method Summary | |
protected void |
compileClass()
Compiles the given tag class caching the property descriptors etc. |
protected void |
configureTag(Tag tag)
Compiles a newly created tag if required, sets its parent and body. |
void |
run(JellyContext context,
XMLOutput output)
Evaluates the body of a tag |
Methods inherited from class org.apache.commons.jelly.impl.TagScript |
addAttribute, clearTag, compile, convertType, createJellyException, createJellyException, createTag, endNamespacePrefixes, getColumnNumber, getElementName, getFileName, getLineNumber, getParent, getTag, getTagBody, getTagFactory, handleException, handleException, newInstance, setColumnNumber, setElementName, setFileName, setLineNumber, setLocator, setNamespacesMap, setParent, setTag, setTagBody, setTagFactory, startNamespacePrefixes, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BeanTagScript()
public BeanTagScript(TagFactory tagFactory)
Method Detail |
public void run(JellyContext context, XMLOutput output) throws java.lang.Exception
protected void configureTag(Tag tag) throws java.lang.Exception
configureTag
in class TagScript
protected void compileClass() throws java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |