org.apache.myfaces.custom.equalvalidator
Class EqualValidator
java.lang.Object
org.apache.myfaces.custom.equalvalidator.EqualValidator
- All Implemented Interfaces:
- java.util.EventListener, javax.faces.component.StateHolder, javax.faces.validator.Validator
- public class EqualValidator
- extends java.lang.Object
- implements javax.faces.validator.Validator, javax.faces.component.StateHolder
- Version:
- $Revision: 178130 $ $Date: 2005-05-24 09:24:46 +0200 (Tue, 24 May 2005) $
- Author:
- mwessendorf (latest modification by $Author: mmarinschek $)
Field Summary |
static java.lang.String |
EQUAL_MESSAGE_ID
The message identifier of the FacesMessage to be created if
the equal_for check fails. |
static java.lang.String |
VALIDATOR_ID
The standard converter id for this converter. |
Fields inherited from interface javax.faces.validator.Validator |
NOT_IN_RANGE_MESSAGE_ID |
Method Summary |
java.lang.String |
getFor()
|
boolean |
isTransient()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setFor(java.lang.String string)
|
void |
setTransient(boolean newTransientValue)
|
void |
validate(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALIDATOR_ID
public static final java.lang.String VALIDATOR_ID
The standard converter id for this converter.
- See Also:
- Constant Field Values
EQUAL_MESSAGE_ID
public static final java.lang.String EQUAL_MESSAGE_ID
The message identifier of the FacesMessage
to be created if
the equal_for check fails.
- See Also:
- Constant Field Values
EqualValidator
public EqualValidator()
validate
public void validate(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
java.lang.Object value)
throws javax.faces.validator.ValidatorException
- Specified by:
validate
in interface javax.faces.validator.Validator
- Throws:
javax.faces.validator.ValidatorException
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 newTransientValue)
- Specified by:
setTransient
in interface javax.faces.component.StateHolder
getFor
public java.lang.String getFor()
- Returns:
- the foreign component_id, on which a value should be validated
setFor
public void setFor(java.lang.String string)
- Parameters:
string
- the foreign component_id, on which a value should be validated