Save This Page
Home » tomahawk-1.1.6-src » org.apache.myfaces » custom » equalvalidator » [javadoc | source]
org.apache.myfaces.custom.equalvalidator
public class: EqualValidator [javadoc | source]
java.lang.Object
   org.apache.myfaces.validator.ValidatorBase
      org.apache.myfaces.custom.equalvalidator.EqualValidator

All Implemented Interfaces:
    javax.faces.component.StateHolder, javax.faces.validator.Validator

Field Summary
public static final  String VALIDATOR_ID   

The standard converter id for this converter.

 
public static final  String EQUAL_MESSAGE_ID   

The message identifier of the FacesMessage to be created if the equal_for check fails.

 
Constructor:
 public EqualValidator() 
Method from org.apache.myfaces.custom.equalvalidator.EqualValidator Summary:
getFor,   restoreState,   saveState,   setFor,   validate
Methods from org.apache.myfaces.validator.ValidatorBase:
getDetailMessage,   getFacesContext,   getFacesMessage,   getMessage,   getSummaryMessage,   getValueBinding,   isTransient,   restoreAttachedState,   restoreState,   saveAttachedState,   saveState,   setDetailMessage,   setMessage,   setSummaryMessage,   setTransient,   setValueBinding
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.myfaces.custom.equalvalidator.EqualValidator Detail:
 public String getFor() 
 public  void restoreState(FacesContext context,
    Object state) 
 public Object saveState(FacesContext context) 
 public  void setFor(String string) 
 public  void validate(FacesContext facesContext,
    UIComponent uiComponent,
    Object value) throws ValidatorException