org.apache.myfaces.extensions.validator.core.validation.parameter
Class DefaultValidationParameterFactory

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.validation.parameter.DefaultValidationParameterFactory
All Implemented Interfaces:
ClassMappingFactory<Class,Class>

public class DefaultValidationParameterFactory
extends Object
implements ClassMappingFactory<Class,Class>

maps internal parameters to optionally available custom parameters

Since:
x.x.3
Author:
Gerhard Petracek

Constructor Summary
DefaultValidationParameterFactory()
           
 
Method Summary
 Class create(Class source)
          Create an instance of the target type based on the source type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultValidationParameterFactory

public DefaultValidationParameterFactory()
Method Detail

create

public Class create(Class source)
Description copied from interface: ClassMappingFactory
Create an instance of the target type based on the source type. An example is the DefaultMetaDataTransformerFactory that creates a metaDataTransformer for a certain ValidationStrategy.

Specified by:
create in interface ClassMappingFactory<Class,Class>
Parameters:
source - source type to be used.
Returns:
target object.


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