org.apache.webbeans.ee.beans
Class ValidatorBean

java.lang.Object
  extended by org.apache.webbeans.component.AbstractOwbBean<javax.validation.Validator>
      extended by org.apache.webbeans.ee.beans.ValidatorBean
All Implemented Interfaces:
javax.enterprise.context.spi.Contextual<javax.validation.Validator>, javax.enterprise.inject.spi.Bean<javax.validation.Validator>, OwbBean<javax.validation.Validator>

public class ValidatorBean
extends AbstractOwbBean<javax.validation.Validator>


Field Summary
 
Fields inherited from class org.apache.webbeans.component.AbstractOwbBean
apiTypes, enabled, implQualifiers, implScopeType, injectionPoints, name, nullable, passivatingId, returnType, serializable, specializedBean, stereoTypes, webBeansType
 
Constructor Summary
ValidatorBean()
           
 
Method Summary
protected  javax.validation.Validator createInstance(javax.enterprise.context.spi.CreationalContext<javax.validation.Validator> creationalContext)
           
 boolean isPassivationCapable()
           
 
Methods inherited from class org.apache.webbeans.component.AbstractOwbBean
addApiType, addInjectionPoint, addQualifier, addStereoType, create, createNewInstance, destroy, destroyCreatedInstance, destroyInstance, getBeanClass, getId, getImplQualifiers, getImplScopeType, getInjectionPoint, getInjectionPoints, getLogger, getManager, getName, getOwbStereotypes, getQualifiers, getReturnType, getScope, getStereotypes, getTypes, getWebBeansType, isAlternative, isDependent, isEnabled, isNullable, isSerializable, isSpecializedBean, setEnabled, setImplScopeType, setName, setNullable, setSerializable, setSpecializedBean, toString, validatePassivationDependencies
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidatorBean

public ValidatorBean()
Method Detail

createInstance

protected javax.validation.Validator createInstance(javax.enterprise.context.spi.CreationalContext<javax.validation.Validator> creationalContext)
Specified by:
createInstance in class AbstractOwbBean<javax.validation.Validator>

isPassivationCapable

public boolean isPassivationCapable()
Specified by:
isPassivationCapable in interface OwbBean<javax.validation.Validator>
Overrides:
isPassivationCapable in class AbstractOwbBean<javax.validation.Validator>


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