|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.taglibs.xtags.xpath.AbstractBodyTag
org.apache.taglibs.xtags.xpath.TemplateTag
public class TemplateTag
The body of this tag defines a stylesheet which is implemented via calling a JSP include.
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
TemplateTag()
|
Method Summary | |
---|---|
protected org.dom4j.rule.Action |
createAction()
|
protected org.dom4j.rule.Pattern |
createPattern(java.lang.String xpath)
|
protected org.dom4j.rule.Rule |
createRule()
|
int |
doAfterBody()
|
int |
doStartTag()
|
org.dom4j.rule.Action |
getAction()
Getter for property action. |
java.lang.String |
getJsp()
Getter for property jsp. |
java.lang.String |
getName()
Getter for property name. |
double |
getPriority()
Getter for property priority. |
org.dom4j.rule.Rule |
getRule()
Getter for property rule. |
StylesheetTag |
getStylesheetTag()
Getter for property stylesheetTag. |
boolean |
isAvt()
Getter for property avt. |
void |
release()
|
void |
setAction(org.dom4j.rule.Action action)
Setter for property action. |
void |
setAvt(boolean avt)
Setter for property avt. |
void |
setJsp(java.lang.String jsp)
Setter for property jsp. |
void |
setMatch(java.lang.String match)
|
void |
setMode(java.lang.String mode)
Setter for property mode. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setPriority(double priority)
Setter for property priority. |
void |
setRule(org.dom4j.rule.Rule rule)
Setter for property rule. |
Methods inherited from class org.apache.taglibs.xtags.xpath.AbstractBodyTag |
---|
handleException, logError, logError, logInfo |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
doEndTag, doInitBody, getBodyContent, getPreviousOut, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
---|
getParent, setPageContext, setParent |
Constructor Detail |
---|
public TemplateTag()
Method Detail |
---|
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public int doAfterBody() throws javax.servlet.jsp.JspException
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.BodyTagSupport
public boolean isAvt()
public void setAvt(boolean avt)
avt
- New value of property avt.public void setMatch(java.lang.String 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 StylesheetTag getStylesheetTag()
public org.dom4j.rule.Action getAction()
public void setAction(org.dom4j.rule.Action action)
action
- New value of property action.public void setMode(java.lang.String mode)
mode
- New value of property mode.public java.lang.String getJsp()
public void setJsp(java.lang.String jsp)
jsp
- New value of property jsp.public org.dom4j.rule.Rule getRule()
public void setRule(org.dom4j.rule.Rule rule)
rule
- New value of property rule.protected org.dom4j.rule.Rule createRule()
protected org.dom4j.rule.Pattern createPattern(java.lang.String xpath)
protected org.dom4j.rule.Action createAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |