org.apache.webbeans.ee.beans
Class ValidatorProvider

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

public class ValidatorProvider
extends Object
implements Provider<Validator>, Serializable

See Also:
Serialized Form

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

Constructor Detail

ValidatorProvider

public ValidatorProvider(WebBeansContext webBeansContext)
Method Detail

get

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


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