@WebListener public class HttpSessionContext extends Object implements io.quarkus.arc.InjectableContext, javax.servlet.http.HttpSessionListener
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
HttpSessionContext.Key |
| Constructor and Description |
|---|
HttpSessionContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
destroy(javax.enterprise.context.spi.Contextual<?> contextual) |
<T> T |
get(javax.enterprise.context.spi.Contextual<T> contextual) |
<T> T |
get(javax.enterprise.context.spi.Contextual<T> contextual,
javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
Class<? extends Annotation> |
getScope() |
io.quarkus.arc.InjectableContext.ContextState |
getState() |
boolean |
isActive() |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent se) |
public Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.context.spi.Contextpublic <T> T get(javax.enterprise.context.spi.Contextual<T> contextual,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
get in interface javax.enterprise.context.spi.Contextpublic <T> T get(javax.enterprise.context.spi.Contextual<T> contextual)
get in interface javax.enterprise.context.spi.Contextpublic boolean isActive()
isActive in interface javax.enterprise.context.spi.Contextpublic io.quarkus.arc.InjectableContext.ContextState getState()
getState in interface io.quarkus.arc.InjectableContextpublic void destroy(javax.enterprise.context.spi.Contextual<?> contextual)
destroy in interface javax.enterprise.context.spi.AlterableContextpublic void destroy()
destroy in interface io.quarkus.arc.InjectableContextpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerCopyright © 2020 JBoss by Red Hat. All rights reserved.