public class HttpServletRequestBean extends AbstractStaticallyDecorableBuiltInBean<HttpServletRequest>
HttpServletRequest.AbstractBuiltInBean.BuiltInBeanAttributes<T>beanManagerBEAN_ID_PREFIX, BEAN_ID_SEPARATOR| Constructor and Description |
|---|
HttpServletRequestBean(BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(HttpServletRequest instance,
CreationalContext<HttpServletRequest> creationalContext)
Destroy an instance of the contextual type.
|
Class<? extends Annotation> |
getScope()
Obtains the scope of the bean.
|
protected HttpServletRequest |
newInstance(InjectionPoint ip,
CreationalContext<HttpServletRequest> creationalContext) |
getDecorators, getProxyClass, initializeAfterBeanDiscoverycreate, getBeanClass, getDecorators, getInjectionPointcleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializegetBeanManager, getQualifierInstances, initialize, isDependent, isNormalScopedattributes, equals, getId, hashCode, isNullable, setAttributes, toString, unwrapgetName, getQualifiers, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInjectionPoints, isNullablegetName, getQualifiers, getStereotypes, getTypes, isAlternativegetIdpublic HttpServletRequestBean(BeanManagerImpl beanManager)
protected HttpServletRequest newInstance(InjectionPoint ip, CreationalContext<HttpServletRequest> creationalContext)
newInstance in class AbstractDecorableBuiltInBean<HttpServletRequest>public void destroy(HttpServletRequest instance,
CreationalContext<HttpServletRequest> creationalContext)
ContextualCreationalContext.release() to allow the container to destroy dependent objects of
the contextual instance.instance - the contextual instance to destroycreationalContext - the context in which this instance was createdpublic Class<? extends Annotation> getScope()
BeanAttributesgetScope in interface BeanAttributes<HttpServletRequest>getScope in class ForwardingBeanAttributes<HttpServletRequest>Copyright © 2013 Seam Framework. All Rights Reserved.