org.apache.webbeans.ee.beans
Class ValidatorFactoryBean
java.lang.Object
org.apache.webbeans.component.AbstractOwbBean<T>
org.apache.webbeans.component.BuildInOwbBean<javax.validation.ValidatorFactory>
org.apache.webbeans.ee.beans.ValidatorFactoryBean
- All Implemented Interfaces:
- javax.enterprise.context.spi.Contextual<javax.validation.ValidatorFactory>, javax.enterprise.inject.spi.Bean<javax.validation.ValidatorFactory>, OwbBean<javax.validation.ValidatorFactory>
public class ValidatorFactoryBean
- extends BuildInOwbBean<javax.validation.ValidatorFactory>
| Fields inherited from class org.apache.webbeans.component.AbstractOwbBean |
apiTypes, enabled, implQualifiers, implScopeType, injectionPoints, name, nullable, passivatingId, returnType, scopeClass, serializable, specializedBean, stereoTypeClasses, stereoTypes, webBeansType |
|
Method Summary |
protected javax.validation.ValidatorFactory |
createActualInstance(javax.enterprise.context.spi.CreationalContext<javax.validation.ValidatorFactory> creationalContext)
|
protected javax.validation.ValidatorFactory |
createInstance(javax.enterprise.context.spi.CreationalContext<javax.validation.ValidatorFactory> creationalContext)
|
boolean |
isPassivationCapable()
|
| Methods inherited from class org.apache.webbeans.component.AbstractOwbBean |
addApiType, addInjectionPoint, addQualifier, addStereoType, create, createNewInstance, destroy, destroyCreatedInstance, destroyInstance, equals, getBeanClass, getId, getImplQualifiers, getImplScopeType, getInjectionPoint, getInjectionPoints, getLogger, getManager, getName, getOwbStereotypes, getQualifiers, getReturnType, getScope, getStereotypes, getTypes, getWebBeansContext, getWebBeansType, hashCode, isAlternative, isDependent, isEnabled, isNullable, isSerializable, isSpecializedBean, setEnabled, setImplScopeType, setName, setNullable, setSerializable, setSpecializedBean, toString, validatePassivationDependencies |
ValidatorFactoryBean
public ValidatorFactoryBean()
createInstance
protected javax.validation.ValidatorFactory createInstance(javax.enterprise.context.spi.CreationalContext<javax.validation.ValidatorFactory> creationalContext)
- Specified by:
createInstance in class AbstractOwbBean<javax.validation.ValidatorFactory>
createActualInstance
protected javax.validation.ValidatorFactory createActualInstance(javax.enterprise.context.spi.CreationalContext<javax.validation.ValidatorFactory> creationalContext)
- Specified by:
createActualInstance in class BuildInOwbBean<javax.validation.ValidatorFactory>
isPassivationCapable
public boolean isPassivationCapable()
- Specified by:
isPassivationCapable in interface OwbBean<javax.validation.ValidatorFactory>- Overrides:
isPassivationCapable in class AbstractOwbBean<javax.validation.ValidatorFactory>
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.