org.apache.webbeans.ee.beans
Class ValidatorFactoryProvider

java.lang.Object
  extended by org.apache.webbeans.ee.beans.ValidatorFactoryProvider
All Implemented Interfaces:
Serializable, Provider<ValidatorFactory>

public class ValidatorFactoryProvider
extends Object
implements Provider<ValidatorFactory>, Serializable

See Also:
Serialized Form

Constructor Summary
ValidatorFactoryProvider(WebBeansContext webBeansContext)
           
 
Method Summary
 ValidatorFactory get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatorFactoryProvider

public ValidatorFactoryProvider(WebBeansContext webBeansContext)
Method Detail

get

public ValidatorFactory get()
Specified by:
get in interface Provider<ValidatorFactory>


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.