public class ValidatorTagImpl extends BaseValidatorTagImpl implements javax.servlet.jsp.tagext.BodyTag, ValidatorTag
bodyContentpageContext| Constructor and Description |
|---|
ValidatorTagImpl() |
ValidatorTagImpl(java.lang.String name,
java.lang.String errorMessage,
java.lang.String body,
boolean custom) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp() |
int |
doAfterBody() |
int |
doEndTag() |
java.lang.String |
getBody() |
java.lang.String |
getErrorMessage() |
boolean |
isCustom() |
void |
setBody(java.lang.String body) |
doStartTag, getName, getPage, setErrorMessage, setNamedoInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, release, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setPageContext, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoStartTag, getParent, release, setPageContext, setParentgetNamedoBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsStringpublic ValidatorTagImpl()
public ValidatorTagImpl(java.lang.String name,
java.lang.String errorMessage,
java.lang.String body,
boolean custom)
public void cleanUp()
cleanUp in interface ValidatorTagcleanUp in class BaseValidatorTagImplpublic int doAfterBody()
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class BaseBodyTagSupportpublic int doEndTag()
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class TagSupportpublic java.lang.String getBody()
getBody in interface ValidatorTagpublic java.lang.String getErrorMessage()
getErrorMessage in interface ValidatorTaggetErrorMessage in class BaseValidatorTagImplpublic boolean isCustom()
isCustom in interface ValidatorTagpublic void setBody(java.lang.String body)