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()
SessionContext
getSessionListeners
in interface SessionContext
public Iterable<javax.servlet.http.HttpSessionAttributeListener> getSessionAttributeListeners()
SessionContext
getSessionAttributeListeners
in interface SessionContext
public javax.servlet.ServletContext getServletContext()
SessionContext
getServletContext
in interface SessionContext
Copyright © 2015 JBoss by Red Hat. All rights reserved.