public class BindErrorsTag extends HtmlEscapingAwareTag
Errors for the given bean.BindTag,
Errors,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static String |
ERRORS_VARIABLE_NAME |
logger, REQUEST_CONTEXT_PAGE_ATTRIBUTE| Constructor and Description |
|---|
BindErrorsTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
void |
doFinally() |
protected int |
doStartTagInternal()
Called by doStartTag to perform the actual work.
|
Errors |
getErrors()
Retrieve the Errors instance that this tag is currently bound to.
|
String |
getName()
Return the name of the bean that this tag checks.
|
void |
setName(String name)
Set the name of the bean that this tag should check.
|
isDefaultHtmlEscape, isHtmlEscape, setHtmlEscapedoCatch, doStartTag, getRequestContextpublic static final String ERRORS_VARIABLE_NAME
public void setName(String name)
public String getName()
protected final int doStartTagInternal()
throws javax.servlet.ServletException,
javax.servlet.jsp.JspException
RequestContextAwareTagdoStartTagInternal in class RequestContextAwareTagjavax.servlet.ServletExceptionjavax.servlet.jsp.JspExceptionTagSupport.doStartTag()public int doEndTag()
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportpublic final Errors getErrors()
Intended for cooperating nesting tags.
public void doFinally()
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinallydoFinally in class RequestContextAwareTagCopyright © 2015. All rights reserved.