|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--org.apache.turbine.services.jsp.tags.NavigationTag
Supporting class for the bodyAttributes tag. Sends the contents of the a screen's body tag's attributes parameter to the output stream. If the screen did not set the attributes parameter, a default may be used if specified in this tag. Example usage: <body <x:bodyAttributes default='onLoad="jsfunc()"' />>
Field Summary | |
private java.lang.String |
template
template parameter defines the template whose contents will replace this tag in the layout. |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext, parent, values |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
NavigationTag()
|
Method Summary | |
int |
doStartTag()
Method called when the tag is encountered to send the navigation template's contents to the output stream |
void |
setTemplate(java.lang.String template)
The setter for template parameter |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.lang.String template
Constructor Detail |
public NavigationTag()
Method Detail |
public void setTemplate(java.lang.String template)
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |