|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectSimpleTagSupport
AbstractSimpleTag
ErrorBaseTag
Errors
public class Errors
Renders the set of error messages found in the ActionMessages registered in the pageContext at org.apache.struts.action.Action.ERROR_KEY. Errors ignores its body content.
The following optional message keys will be utilized if corresponding messages exist for them in the application resources:
errorMessages bundle will be used to
output the errors.
<netui:errors bundleName="errorMessages" />
| Field Summary |
|---|
| Fields inherited from class ErrorBaseTag |
|---|
_bundleName, _locale, defaultLocale |
| Constructor Summary | |
|---|---|
Errors()
|
|
| Method Summary | |
|---|---|
void |
doTag()
Render the specified error messages if there are any. |
String |
getTagName()
Return the name of the Tag. |
| Methods inherited from class ErrorBaseTag |
|---|
getErrorMessage, isMissingUserDefaultMessages, isMissingUserDefaultMessages, setBundleName, setLocale |
| Methods inherited from class AbstractSimpleTag |
|---|
getBufferBody, getHtmlTag, getIdForTagId, getInlineError, getPageContext, getScriptReporter, getUserLocale, hasErrors, registerTagError, registerTagError, reportErrors, rewriteName, setNonEmptyValueAttribute, setRequiredValueAttribute, write |
| Methods inherited from class SimpleTagSupport |
|---|
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Errors()
| Method Detail |
|---|
public String getTagName()
getTagName in interface INetuiTaggetTagName in class AbstractSimpleTag
public void doTag()
throws JspException
doTag in interface SimpleTagdoTag in class SimpleTagSupportJspException - if a JSP exception has occurred
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||