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  java.util.Map<FactoryNames,java.lang.Object> DefaultFactoryFinder.factoryMap
           
 

Methods in org.apache.myfaces.extensions.validator.core.factory that return FactoryNames
static FactoryNames FactoryNames.valueOf(java.lang.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're declared.
 

Methods in org.apache.myfaces.extensions.validator.core.factory with parameters of type FactoryNames
<T> T
FactoryFinder.getFactory(FactoryNames factoryName, java.lang.Class<T> targetClass)
           
<T> T
DefaultFactoryFinder.getFactory(FactoryNames factoryName, java.lang.Class<T> targetClass)
           
 



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