org.apache.myfaces.validator.ex
Class LengthValidator

java.lang.Object
  extended by javax.faces.validator.LengthValidator
      extended by org.apache.myfaces.validator.ex.LengthValidator
All Implemented Interfaces:
java.util.EventListener, javax.faces.component.StateHolder, javax.faces.validator.Validator, ClientValidator

public class LengthValidator
extends javax.faces.validator.LengthValidator
implements ClientValidator

Version:
$Revision: 673833 $ $Date: 2008-07-03 16:58:05 -0500 (Thu, 03 Jul 2008) $
Author:
cagatay (latest modification by $Author: skitching $)

Field Summary
 
Fields inherited from class javax.faces.validator.LengthValidator
MAXIMUM_MESSAGE_ID, MINIMUM_MESSAGE_ID, VALIDATOR_ID
 
Fields inherited from interface javax.faces.validator.Validator
NOT_IN_RANGE_MESSAGE_ID
 
Constructor Summary
LengthValidator()
           
 
Method Summary
 java.lang.String getScriptFunction()
          Returns the signature of the validator script function
 java.lang.String getScriptResource()
          Returns the resource file containing the script to be included
 
Methods inherited from class javax.faces.validator.LengthValidator
equals, getMaximum, getMinimum, isTransient, restoreState, saveState, setMaximum, setMinimum, setTransient, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LengthValidator

public LengthValidator()
Method Detail

getScriptFunction

public java.lang.String getScriptFunction()
Description copied from interface: ClientValidator
Returns the signature of the validator script function

Specified by:
getScriptFunction in interface ClientValidator
Returns:
Script method signature

getScriptResource

public java.lang.String getScriptResource()
Description copied from interface: ClientValidator
Returns the resource file containing the script to be included

Specified by:
getScriptResource in interface ClientValidator
Returns:
Path to Script Resource


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.