Package org.jboss.weld.module.web
Class HttpSessionBean
- java.lang.Object
-
- org.jboss.weld.util.bean.ForwardingBeanAttributes<T>
-
- org.jboss.weld.bean.CommonBean<T>
-
- org.jboss.weld.bean.RIBean<T>
-
- org.jboss.weld.bean.builtin.AbstractBuiltInBean<T>
-
- org.jboss.weld.bean.builtin.AbstractDecorableBuiltInBean<T>
-
- org.jboss.weld.bean.builtin.AbstractStaticallyDecorableBuiltInBean<javax.servlet.http.HttpSession>
-
- org.jboss.weld.module.web.HttpSessionBean
-
- All Implemented Interfaces:
javax.enterprise.context.spi.Contextual<javax.servlet.http.HttpSession>,javax.enterprise.inject.spi.Bean<javax.servlet.http.HttpSession>,javax.enterprise.inject.spi.BeanAttributes<javax.servlet.http.HttpSession>,javax.enterprise.inject.spi.PassivationCapable,DecorableBean<javax.servlet.http.HttpSession>,WeldBean<javax.servlet.http.HttpSession>
public class HttpSessionBean extends AbstractStaticallyDecorableBuiltInBean<javax.servlet.http.HttpSession>
Built-in bean exposingHttpSession.- Author:
- Jozef Hartinger, Martin Kouba
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
AbstractBuiltInBean.BuiltInBeanAttributes<T extends Object>
-
-
Field Summary
-
Fields inherited from class org.jboss.weld.bean.RIBean
beanManager
-
-
Constructor Summary
Constructors Constructor Description HttpSessionBean(BeanManagerImpl manager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>getScope()protected javax.servlet.http.HttpSessionnewInstance(javax.enterprise.inject.spi.InjectionPoint ip, javax.enterprise.context.spi.CreationalContext<javax.servlet.http.HttpSession> creationalContext)-
Methods inherited from class org.jboss.weld.bean.builtin.AbstractStaticallyDecorableBuiltInBean
getDecorators, getProxyClass, initializeAfterBeanDiscovery
-
Methods inherited from class org.jboss.weld.bean.builtin.AbstractDecorableBuiltInBean
create, getBeanClass, getDecorators, getInjectionPoint
-
Methods inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
cleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isDependentContextOptimizationAllowed, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitialize
-
Methods inherited from class org.jboss.weld.bean.RIBean
destroy, getBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributes
-
Methods inherited from class org.jboss.weld.bean.CommonBean
attributes, equals, getId, getIdentifier, hashCode, isNullable, toString, unwrap
-
Methods inherited from class org.jboss.weld.util.bean.ForwardingBeanAttributes
getName, getQualifiers, getStereotypes, getTypes, isAlternative
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.enterprise.inject.spi.BeanAttributes
getName, getQualifiers, getStereotypes, getTypes, isAlternative
-
Methods inherited from interface org.jboss.weld.bean.WeldBean
getPriority
-
-
-
-
Constructor Detail
-
HttpSessionBean
public HttpSessionBean(BeanManagerImpl manager)
-
-
Method Detail
-
newInstance
protected javax.servlet.http.HttpSession newInstance(javax.enterprise.inject.spi.InjectionPoint ip, javax.enterprise.context.spi.CreationalContext<javax.servlet.http.HttpSession> creationalContext)- Specified by:
newInstancein classAbstractDecorableBuiltInBean<javax.servlet.http.HttpSession>
-
getScope
public Class<? extends Annotation> getScope()
- Specified by:
getScopein interfacejavax.enterprise.inject.spi.BeanAttributes<javax.servlet.http.HttpSession>- Overrides:
getScopein classForwardingBeanAttributes<javax.servlet.http.HttpSession>
-
-