public class HttpSessionBean extends AbstractStaticallyDecorableBuiltInBean<javax.servlet.http.HttpSession>
HttpSession
.AbstractBuiltInBean.BuiltInBeanAttributes<T>
beanManager
Constructor and Description |
---|
HttpSessionBean(BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
void |
destroy(javax.servlet.http.HttpSession instance,
javax.enterprise.context.spi.CreationalContext<javax.servlet.http.HttpSession> creationalContext) |
Class<? extends Annotation> |
getScope() |
protected javax.servlet.http.HttpSession |
newInstance(javax.enterprise.inject.spi.InjectionPoint ip,
javax.enterprise.context.spi.CreationalContext<javax.servlet.http.HttpSession> creationalContext) |
getDecorators, getProxyClass, initializeAfterBeanDiscovery
create, getBeanClass, getDecorators, getInjectionPoint
cleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitialize
getBeanManager, getQualifierInstances, initialize, isDependent, isNormalScoped
attributes, equals, getId, getIdentifier, hashCode, isNullable, setAttributes, toString, unwrap
getName, getQualifiers, getStereotypes, getTypes, isAlternative
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public HttpSessionBean(BeanManagerImpl manager)
protected javax.servlet.http.HttpSession newInstance(javax.enterprise.inject.spi.InjectionPoint ip, javax.enterprise.context.spi.CreationalContext<javax.servlet.http.HttpSession> creationalContext)
newInstance
in class AbstractDecorableBuiltInBean<javax.servlet.http.HttpSession>
public void destroy(javax.servlet.http.HttpSession instance, javax.enterprise.context.spi.CreationalContext<javax.servlet.http.HttpSession> creationalContext)
public Class<? extends Annotation> getScope()
getScope
in interface javax.enterprise.inject.spi.BeanAttributes<javax.servlet.http.HttpSession>
getScope
in class ForwardingBeanAttributes<javax.servlet.http.HttpSession>
Copyright © 2016. All rights reserved.