public class UndertowSessionContext extends Object implements SessionContext
SessionContext that delegate to a Deployment.| Constructor and Description |
|---|
UndertowSessionContext(io.undertow.servlet.api.Deployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.ServletContext |
getServletContext()
Returns the servlet context of this application.
|
Iterable<javax.servlet.http.HttpSessionAttributeListener> |
getSessionAttributeListeners()
Returns the registered session attribute listeners.
|
Iterable<javax.servlet.http.HttpSessionListener> |
getSessionListeners()
Returns the registered session listeners.
|
public UndertowSessionContext(io.undertow.servlet.api.Deployment deployment)
public Iterable<javax.servlet.http.HttpSessionListener> getSessionListeners()
SessionContextgetSessionListeners in interface SessionContextpublic Iterable<javax.servlet.http.HttpSessionAttributeListener> getSessionAttributeListeners()
SessionContextgetSessionAttributeListeners in interface SessionContextpublic javax.servlet.ServletContext getServletContext()
SessionContextgetServletContext in interface SessionContextCopyright © 2014 JBoss by Red Hat. All rights reserved.