org.apache.webbeans.ee.common.beans
Class PrincipalBean
java.lang.Object
org.apache.webbeans.component.AbstractOwbBean<T>
org.apache.webbeans.component.BuildInOwbBean<Principal>
org.apache.webbeans.ee.common.beans.PrincipalBean
- All Implemented Interfaces:
- javax.enterprise.context.spi.Contextual<Principal>, javax.enterprise.inject.spi.Bean<Principal>, OwbBean<Principal>
public class PrincipalBean
- extends BuildInOwbBean<Principal>
| Fields inherited from class org.apache.webbeans.component.AbstractOwbBean |
apiTypes, enabled, implQualifiers, implScopeType, injectionPoints, name, nullable, passivatingId, returnType, scopeClass, serializable, specializedBean, stereoTypeClasses, stereoTypes, webBeansType |
| 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 |
PrincipalBean
public PrincipalBean()
createInstance
protected Principal createInstance(javax.enterprise.context.spi.CreationalContext<Principal> creationalContext)
- Specified by:
createInstance in class AbstractOwbBean<Principal>
createActualInstance
protected Principal createActualInstance(javax.enterprise.context.spi.CreationalContext<Principal> creationalContext)
- Specified by:
createActualInstance in class BuildInOwbBean<Principal>
isPassivationCapable
public boolean isPassivationCapable()
- Specified by:
isPassivationCapable in interface OwbBean<Principal>- Overrides:
isPassivationCapable in class AbstractOwbBean<Principal>
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.