Uses of Interface
org.apache.cocoon.components.elementprocessor.types.Validator

Packages that use Validator
org.apache.cocoon.components.elementprocessor.types   
 

Uses of Validator in org.apache.cocoon.components.elementprocessor.types
 

Methods in org.apache.cocoon.components.elementprocessor.types with parameters of type Validator
static NumericResult NumericConverter.extractDouble(String value, Validator validator)
          Given a string that is expected to hold a double, get the double value.
static NumericResult NumericConverter.extractInteger(String value, Validator validator)
          Given a string that is expected to hold a integer, get the integer value.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.