org.apache.myfaces.validator.ex
Class LongRangeValidator

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

public class LongRangeValidator
extends javax.faces.validator.LongRangeValidator
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.LongRangeValidator
MAXIMUM_MESSAGE_ID, MINIMUM_MESSAGE_ID, TYPE_MESSAGE_ID, VALIDATOR_ID
 
Fields inherited from interface javax.faces.validator.Validator
NOT_IN_RANGE_MESSAGE_ID
 
Constructor Summary
LongRangeValidator()
           
 
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.LongRangeValidator
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

LongRangeValidator

public LongRangeValidator()
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.