Liferay 6.1.2-ce-ga3

com.liferay.taglib.aui
Class ValidatorTagImpl

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.TagSupport
      extended by com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
          extended by com.liferay.taglib.aui.base.BaseValidatorTagImpl
              extended by com.liferay.taglib.aui.ValidatorTagImpl
All Implemented Interfaces:
ValidatorTag, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class ValidatorTagImpl
extends BaseValidatorTagImpl
implements javax.servlet.jsp.tagext.BodyTag, ValidatorTag


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
bodyContent
 
Fields inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ValidatorTagImpl()
           
ValidatorTagImpl(String name, String errorMessage, String body, boolean custom)
           
 
Method Summary
 void cleanUp()
           
 int doAfterBody()
           
 int doEndTag()
           
 String getBody()
           
 String getErrorMessage()
           
 boolean isCustom()
           
protected  String processCustom(String name)
           
 void setBody(String body)
           
 
Methods inherited from class com.liferay.taglib.aui.base.BaseValidatorTagImpl
doStartTag, getName, getPage, setErrorMessage, setName
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
doInitBody, getBodyContent, getBodyContentAsStringBundler, release, setBodyContent, writeBodyContent
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport
findAncestorWithClass, getParent, setPageContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.BodyTag
doInitBody, setBodyContent
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doStartTag, getParent, release, setPageContext, setParent
 
Methods inherited from interface com.liferay.portal.kernel.servlet.taglib.aui.ValidatorTag
getName
 

Constructor Detail

ValidatorTagImpl

public ValidatorTagImpl()

ValidatorTagImpl

public ValidatorTagImpl(String name,
                        String errorMessage,
                        String body,
                        boolean custom)
Method Detail

cleanUp

public void cleanUp()
Specified by:
cleanUp in interface ValidatorTag
Overrides:
cleanUp in class BaseValidatorTagImpl

doAfterBody

public int doAfterBody()
Specified by:
doAfterBody in interface javax.servlet.jsp.tagext.IterationTag
Overrides:
doAfterBody in class BaseBodyTagSupport

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class TagSupport

getBody

public String getBody()
Specified by:
getBody in interface ValidatorTag

getErrorMessage

public String getErrorMessage()
Specified by:
getErrorMessage in interface ValidatorTag
Overrides:
getErrorMessage in class BaseValidatorTagImpl

isCustom

public boolean isCustom()
Specified by:
isCustom in interface ValidatorTag

setBody

public void setBody(String body)

processCustom

protected String processCustom(String name)

Liferay 6.1.2-ce-ga3