public class HttpSessionBean extends AbstractStaticallyDecorableBuiltInBean<javax.servlet.http.HttpSession>
HttpSession
.AbstractBuiltInBean.BuiltInBeanAttributes<T>
beanManager
BEAN_ID_PREFIX, BEAN_ID_SEPARATOR
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
attributes, equals, getId, 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 © 2013 Seam Framework. All Rights Reserved.