|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.jelly.TagSupport | +--org.apache.commons.jelly.tags.xml.XPathTagSupport | +--org.apache.commons.jelly.tags.jsl.JSLTagSupport | +--org.apache.commons.jelly.tags.jsl.ApplyTemplatesTag
Implements the apply templates function in the stylesheet, similar to the XSLT equivalent. a JSP include.
Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
ApplyTemplatesTag()
|
Method Summary | |
void |
doTag(XMLOutput output)
By default just evaluate the body |
void |
setMode(java.lang.String mode)
Sets the mode. |
void |
setSelect(org.jaxen.XPath select)
|
Methods inherited from class org.apache.commons.jelly.tags.jsl.JSLTagSupport |
getStylesheet |
Methods inherited from class org.apache.commons.jelly.tags.xml.XPathTagSupport |
getXPathContext |
Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ApplyTemplatesTag()
Method Detail |
public void doTag(XMLOutput output) throws java.lang.Exception
public void setSelect(org.jaxen.XPath select)
public void setMode(java.lang.String mode)
mode
- New value of property mode.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |