com.liferay.taglib.aui.base
Class BaseValidatorTagImpl
java.lang.Object
com.liferay.portal.kernel.servlet.taglib.TagSupport
com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
com.liferay.taglib.aui.base.BaseValidatorTagImpl
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- ValidatorTagImpl
public class BaseValidatorTagImpl
- extends BaseBodyTagSupport
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseValidatorTagImpl
public BaseValidatorTagImpl()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag- Overrides:
doStartTag in class BaseBodyTagSupport
- Throws:
javax.servlet.jsp.JspException
getCustomValidatorRequired
public boolean getCustomValidatorRequired()
getErrorMessage
public String getErrorMessage()
getName
public String getName()
setCustomValidatorRequired
public void setCustomValidatorRequired(boolean customValidatorRequired)
setErrorMessage
public void setErrorMessage(String errorMessage)
setName
public void setName(String name)
cleanUp
protected void cleanUp()
getPage
protected String getPage()