org.apache.myfaces.validator.ex
Class DoubleRangeValidator

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

public class DoubleRangeValidator
extends javax.faces.validator.DoubleRangeValidator
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.DoubleRangeValidator
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
DoubleRangeValidator()
           
 
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.DoubleRangeValidator
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

DoubleRangeValidator

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