|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HttpSession in com.caucho.jsp |
---|
Methods in com.caucho.jsp that return HttpSession | |
---|---|
HttpSession |
PageContextImpl.getSession()
|
HttpSession |
PageContextWrapper.getSession()
|
HttpSession |
PageContextImpl.getSessionScope()
Returns the session, throwing an IllegalStateException if it's not available. |
Methods in com.caucho.jsp with parameters of type HttpSession | |
---|---|
PageContextImpl |
PageManager.allocatePageContext(Servlet servlet,
WebApp app,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
HttpSession session,
int buffer,
boolean autoFlush,
boolean isPrintNullAsBlank)
The jsp page context initialization. |
void |
PageContextImpl.initialize(Servlet servlet,
WebApp app,
ServletRequest request,
ServletResponse response,
java.lang.String errorPage,
HttpSession session,
int bufferSize,
boolean autoFlush,
boolean isPrintNullAsBlank)
|
Uses of HttpSession in com.caucho.quercus.env |
---|
Methods in com.caucho.quercus.env that return HttpSession | |
---|---|
HttpSession |
Env.getJavaSession()
Returns the Java Http session. |
Uses of HttpSession in com.caucho.security |
---|
Methods in com.caucho.security with parameters of type HttpSession | |
---|---|
protected boolean |
SingleSignonEntry.logoutSession(HttpSession timeoutSession)
Logout only the given session, returning true if it's the last session to logout. |
void |
AbstractLogin.sessionInvalidate(HttpSession session,
boolean isTimeout)
Called when the session invalidates. |
void |
Login.sessionInvalidate(HttpSession session,
boolean isTimeout)
Called when the session invalidates. |
void |
LoginList.sessionInvalidate(HttpSession session,
boolean isTimeout)
Called when the session invalidates. |
Uses of HttpSession in com.caucho.server.http |
---|
Methods in com.caucho.server.http that return HttpSession | |
---|---|
HttpSession |
AbstractCauchoRequest.getLoadedSession()
Returns the current session. |
HttpSession |
AbstractCauchoRequest.getMemorySession()
Returns the memory session. |
HttpSession |
CauchoDispatchRequest.getMemorySession()
|
HttpSession |
CauchoRequest.getMemorySession()
|
HttpSession |
CauchoRequestWrapper.getMemorySession()
|
HttpSession |
RequestAdapter.getMemorySession()
|
HttpSession |
StubServletRequest.getMemorySession()
|
HttpSession |
AbstractCauchoRequest.getSession()
Returns the current session, creating one if necessary. |
HttpSession |
CauchoRequestWrapper.getSession()
|
HttpSession |
RequestWrapper.getSession()
Returns the current session, creating one if necessary. |
HttpSession |
StubServletRequest.getSession()
|
HttpSession |
AbstractCauchoRequest.getSession(boolean create)
Returns the current session. |
HttpSession |
CauchoRequestWrapper.getSession(boolean create)
|
HttpSession |
RequestAdapter.getSession(boolean create)
|
HttpSession |
RequestWrapper.getSession(boolean create)
Returns a session. |
HttpSession |
StubServletRequest.getSession(boolean create)
|
HttpSession |
StubSessionContextRequest.getSession(boolean create)
|
Uses of HttpSession in com.caucho.server.security |
---|
Methods in com.caucho.server.security with parameters of type HttpSession | |
---|---|
void |
AuthenticatorList.logout(ServletContext application,
HttpSession timeoutSession,
java.lang.String sessionId,
java.security.Principal user)
|
void |
ServletAuthenticator.logout(ServletContext application,
HttpSession session,
java.lang.String sessionId,
java.security.Principal user)
Logs the user out from the given request. |
Uses of HttpSession in com.caucho.server.session |
---|
Classes in com.caucho.server.session that implement HttpSession | |
---|---|
class |
SessionImpl
Implements a HTTP session. |
Uses of HttpSession in javax.servlet.http |
---|
Methods in javax.servlet.http that return HttpSession | |
---|---|
HttpSession |
HttpServletRequest.getSession()
Returns the current session, creating one if necessary. |
HttpSession |
HttpServletRequestWrapper.getSession()
Returns the current session, creating one if necessary. |
HttpSession |
HttpSessionBindingEvent.getSession()
Returns the session. |
HttpSession |
HttpSessionEvent.getSession()
Returns the session. |
HttpSession |
HttpServletRequest.getSession(boolean create)
Returns a session. |
HttpSession |
HttpServletRequestWrapper.getSession(boolean create)
Returns a session. |
HttpSession |
HttpSessionContext.getSession(java.lang.String id)
Deprecated. |
Constructors in javax.servlet.http with parameters of type HttpSession | |
---|---|
HttpSessionBindingEvent(HttpSession session,
java.lang.String name)
Create a new session binding event. |
|
HttpSessionBindingEvent(HttpSession session,
java.lang.String name,
java.lang.Object value)
Create a new session binding event. |
|
HttpSessionEvent(HttpSession session)
Create a new session event. |
Uses of HttpSession in javax.servlet.jsp |
---|
Methods in javax.servlet.jsp that return HttpSession | |
---|---|
abstract HttpSession |
PageContext.getSession()
Returns the request's session. |
Uses of HttpSession in javax.servlet.jsp.jstl.core |
---|
Methods in javax.servlet.jsp.jstl.core with parameters of type HttpSession | |
---|---|
static java.lang.Object |
Config.get(HttpSession session,
java.lang.String name)
|
static void |
Config.remove(HttpSession session,
java.lang.String name)
|
static void |
Config.set(HttpSession session,
java.lang.String name,
java.lang.Object var)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |