org.apache.myfaces.custom.equalvalidator
Class EqualValidator

java.lang.Object
  extended by org.apache.myfaces.validator.ValidatorBase
      extended by org.apache.myfaces.custom.equalvalidator.EqualValidator
All Implemented Interfaces:
java.util.EventListener, javax.faces.component.StateHolder, javax.faces.validator.Validator

public class EqualValidator
extends ValidatorBase

Version:
$Revision: 491777 $ $Date: 2007-01-02 12:27:11 +0100 (Di, 02 Jan 2007) $
Author:
mwessendorf (latest modification by $Author: paulsp $)

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
 
Constructor Summary
EqualValidator()
           
 
Method Summary
 java.lang.String getFor()
           
 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 validate(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, java.lang.Object value)
           
 
Methods inherited from class org.apache.myfaces.validator.ValidatorBase
getDetailMessage, getFacesContext, getFacesMessage, getMessage, getSummaryMessage, getValueBinding, isTransient, restoreAttachedState, saveAttachedState, setDetailMessage, setMessage, setSummaryMessage, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

EqualValidator

public EqualValidator()
Method Detail

validate

public void validate(javax.faces.context.FacesContext facesContext,
                     javax.faces.component.UIComponent uiComponent,
                     java.lang.Object value)
              throws javax.faces.validator.ValidatorException
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
Overrides:
saveState in class ValidatorBase

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class ValidatorBase

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


Copyright © 2009. All Rights Reserved.