public class BindErrorsTag extends HtmlEscapingAwareTag
Errors
for the given bean.BindTag
,
Errors
,
Serialized FormModifier and Type | Field and Description |
---|---|
static String |
ERRORS_VARIABLE_NAME |
logger, REQUEST_CONTEXT_PAGE_ATTRIBUTE
id, pageContext
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
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.
|
htmlEscape, isDefaultHtmlEscape, isHtmlEscape, isResponseEncodedHtmlEscape, setHtmlEscape
doCatch, doStartTag, getRequestContext
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
public static final String ERRORS_VARIABLE_NAME
public void setName(String name)
public String getName()
protected final int doStartTagInternal() throws ServletException, JspException
RequestContextAwareTag
doStartTagInternal
in class RequestContextAwareTag
ServletException
JspException
TagSupport.doStartTag()
public int doEndTag()
doEndTag
in interface Tag
doEndTag
in class TagSupport
public final Errors getErrors()
Intended for cooperating nesting tags.
public void doFinally()
doFinally
in interface TryCatchFinally
doFinally
in class RequestContextAwareTag