|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--javax.servlet.jsp.tagext.BodyTagSupport
|
+--org.apache.struts.taglib.html.MessagesTag
|
+--org.apache.struts.taglib.nested.html.NestedMessagesTag
NestedMessagesTag.
| Field Summary | |
private java.lang.String |
originalName
|
private java.lang.String |
originalProperty
|
| Fields inherited from class org.apache.struts.taglib.html.MessagesTag |
bundle, footer, header, id, iterator, locale, message, messageResources, name, processed, property |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
pageContext, parent, values |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
NestedMessagesTag()
|
|
| Method Summary | |
int |
doEndTag()
Complete the processing of the tag. |
int |
doStartTag()
Overriding method of the heart of the matter. |
void |
release()
Release the tag's resources and reset the values. |
| Methods inherited from class org.apache.struts.taglib.html.MessagesTag |
doAfterBody, getBundle, getFooter, getHeader, getId, getLocale, getMessage, getName, getProperty, setBundle, setFooter, setHeader, setId, setLocale, setMessage, setName, setProperty |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doInitBody, getBodyContent, getPreviousOut, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface org.apache.struts.taglib.nested.NestedPropertySupport |
getProperty, setProperty |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
| Field Detail |
private java.lang.String originalName
private java.lang.String originalProperty
| Constructor Detail |
public NestedMessagesTag()
| Method Detail |
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in class MessagesTag
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in class MessagesTagjavax.servlet.jsp.JspException - for the bad things JSP's dopublic void release()
release in class MessagesTag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||