Uses of Class
org.apache.myfaces.extensions.validator.core.CustomInformation

Packages that use CustomInformation
org.apache.myfaces.extensions.validator.core   
 

Uses of CustomInformation in org.apache.myfaces.extensions.validator.core
 

Methods in org.apache.myfaces.extensions.validator.core that return CustomInformation
static CustomInformation CustomInformation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CustomInformation[] CustomInformation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.myfaces.extensions.validator.core with parameters of type CustomInformation
 String InformationProviderBean.get(CustomInformation customInformation)
           
 

Method parameters in org.apache.myfaces.extensions.validator.core with type arguments of type CustomInformation
protected  void InformationProviderBean.applyCustomValues(Map<CustomInformation,String> map)
           
 



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