|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.jsl.TemplateTag
This tag represents a declarative matching rule, similar to the template tag in XSLT.
| Field Summary |
| Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
TemplateTag()
|
|
| Method Summary | |
protected org.dom4j.rule.Action |
createAction(StylesheetTag tag,
org.apache.commons.jelly.XMLOutput output)
|
protected org.dom4j.rule.Rule |
createRule(StylesheetTag tag,
org.apache.commons.jelly.XMLOutput output)
|
void |
doTag(org.apache.commons.jelly.XMLOutput output)
|
java.lang.String |
getName()
Getter for property name. |
double |
getPriority()
Getter for property priority. |
java.lang.Object |
getXPathSource()
|
void |
setMatch(org.dom4j.rule.Pattern match)
|
void |
setMode(java.lang.String mode)
Sets the mode. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setPriority(double priority)
Sets the priority. |
| Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TemplateTag()
| Method Detail |
public void doTag(org.apache.commons.jelly.XMLOutput output)
throws org.apache.commons.jelly.JellyTagException
doTag in interface org.apache.commons.jelly.Tagorg.apache.commons.jelly.JellyTagExceptionpublic java.lang.Object getXPathSource()
getXPathSource in interface org.apache.commons.jelly.xpath.XPathSourcepublic void setMatch(org.dom4j.rule.Pattern match)
public double getPriority()
public void setPriority(double priority)
priority - New value of property priority.public java.lang.String getName()
public void setName(java.lang.String name)
name - New value of property name.public void setMode(java.lang.String mode)
mode - New value of property mode.
protected org.dom4j.rule.Rule createRule(StylesheetTag tag,
org.apache.commons.jelly.XMLOutput output)
protected org.dom4j.rule.Action createAction(StylesheetTag tag,
org.apache.commons.jelly.XMLOutput output)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||