Uses of Class
org.apache.myfaces.extensions.validator.core.factory.FactoryNames

Packages that use FactoryNames
org.apache.myfaces.extensions.validator.core.factory   
 

Uses of FactoryNames in org.apache.myfaces.extensions.validator.core.factory
 

Fields in org.apache.myfaces.extensions.validator.core.factory with type parameters of type FactoryNames
protected  Map<FactoryNames,Object> DefaultFactoryFinder.factoryMap
           
 

Methods in org.apache.myfaces.extensions.validator.core.factory that return FactoryNames
static FactoryNames FactoryNames.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FactoryNames[] FactoryNames.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.factory with parameters of type FactoryNames
<T> T
FactoryFinder.getFactory(FactoryNames factoryName, Class<T> targetClass)
          Resolves a cached factory for the given factory name.
<T> T
DefaultFactoryFinder.getFactory(FactoryNames factoryName, Class<T> targetClass)
           
 



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