org.openfaces.taglib.jsp.validation
Class ValidateCustomJspTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.faces.webapp.ValidatorELTag
          extended by org.openfaces.taglib.jsp.AbstractCustomValidatorJspTag
              extended by org.openfaces.taglib.jsp.validation.ValidateCustomJspTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class ValidateCustomJspTag
extends AbstractCustomValidatorJspTag

See Also:
Serialized Form

Field Summary
 
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
ValidateCustomJspTag()
           
 
Method Summary
 void setClientFunction(javax.el.ValueExpression clientFunction)
           
 void setServerFunction(javax.el.MethodExpression serverFunction)
           
 
Methods inherited from class org.openfaces.taglib.jsp.AbstractCustomValidatorJspTag
doStartTag, getDelegate, getParams, invokeSetProperties, setBinding, setDetail, setParams, setSummary
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidateCustomJspTag

public ValidateCustomJspTag()
Method Detail

setServerFunction

public void setServerFunction(javax.el.MethodExpression serverFunction)

setClientFunction

public void setClientFunction(javax.el.ValueExpression clientFunction)


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.