list. This is the xp:customValidator tag.
Fields inherited from interface javax.faces.validator.Validator |
NOT_IN_RANGE_MESSAGE_ID |
Method Summary |
javax.faces.el.MethodBinding |
getValidate()
Returns the validate method binding. |
boolean |
isTransient()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setTransient(boolean transientFlag)
|
void |
setValidate(javax.faces.el.MethodBinding validate)
Returns the validate method binding. |
void |
validate(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_NAMES
public static final java.lang.String[] PARAM_NAMES
PARAM_TYPES
public static final java.lang.Class<?>[] PARAM_TYPES
ValidatorMethodBinding
public ValidatorMethodBinding()
validate
public void validate(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object value)
throws javax.faces.validator.ValidatorException
- Specified by:
validate
in interface javax.faces.validator.Validator
- Throws:
javax.faces.validator.ValidatorException
getValidate
public javax.faces.el.MethodBinding getValidate()
- Returns the validate method binding.
- Returns:
- Returns the validate method binding.
setValidate
public void setValidate(javax.faces.el.MethodBinding validate)
- Returns the validate method binding.
- Parameters:
validate
- mathodBinding
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
isTransient
public boolean isTransient()
- Specified by:
isTransient
in interface javax.faces.component.StateHolder
setTransient
public void setTransient(boolean transientFlag)
- Specified by:
setTransient
in interface javax.faces.component.StateHolder