C G H I L M O R S X
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- contextDestroyed(ServletContextEvent) - Method in class org.xwiki.container.servlet.XWikiServletContextListener
- contextInitialized(ServletContextEvent) - Method in class org.xwiki.container.servlet.XWikiServletContextListener
G
- getHttpServletRequest() - Method in class org.xwiki.container.servlet.ServletRequest
- getHttpServletResponse() - Method in class org.xwiki.container.servlet.ServletResponse
- getHttpSession() - Method in class org.xwiki.container.servlet.ServletSession
- getOriginalUrl(HttpServletRequest) - Static method in class org.xwiki.container.servlet.filters.SavedRequestManager
-
Retrieves the original URL requested before a detour.
- getOutputStream() - Method in class org.xwiki.container.servlet.ServletResponse
- getParameter(String) - Method in class org.xwiki.container.servlet.filters.SavedRequestManager.SavedRequest
-
Gets the value for a parameter, just like
ServletRequest.getParameter(String)
. - getParameterMap() - Method in class org.xwiki.container.servlet.filters.SavedRequestManager.SavedRequest
-
Gets all the stored parameters, just like
ServletRequest.getParameterMap()
. - getParameterValues(String) - Method in class org.xwiki.container.servlet.filters.SavedRequestManager.SavedRequest
-
Gets all the values stored for a parameter, just like
ServletRequest.getParameterValues(String)
. - getProperties(String) - Method in class org.xwiki.container.servlet.ServletRequest
- getProperty(String) - Method in class org.xwiki.container.servlet.ServletRequest
- getRequestUrl() - Method in class org.xwiki.container.servlet.filters.SavedRequestManager.SavedRequest
-
Retrieves the original URL used for this request, as a future request will be able to reuse this data only if it is for the same document.
- getResource(String) - Method in class org.xwiki.container.servlet.ServletApplicationContext
-
Deprecated.
- getResourceAsStream(String) - Method in class org.xwiki.container.servlet.ServletApplicationContext
-
Deprecated.
- getSavedRequestIdentifier() - Static method in class org.xwiki.container.servlet.filters.SavedRequestManager
- getSavedRequestKey() - Static method in class org.xwiki.container.servlet.filters.SavedRequestManager
- getServletContext() - Method in class org.xwiki.container.servlet.ServletApplicationContext
-
Deprecated.
- getSourceBaseURL(HttpServletRequest) - Static method in class org.xwiki.container.servlet.HttpServletUtils
-
Try to extract from various http headers the base URL (
<protocol>://<host>[:<port>]
) as close as possible to the one used by the client. - getSourceURL(HttpServletRequest) - Static method in class org.xwiki.container.servlet.HttpServletUtils
-
Try to extract from various http headers the URL (
<protocol>://<host>[:<port>]/<path>[?<querystring>]
) as close as possible to the one used by the client. - getTemporaryDirectory() - Method in class org.xwiki.container.servlet.ServletApplicationContext
-
Deprecated.
H
- HEADER_FORWARDED - Static variable in class org.xwiki.container.servlet.HttpServletUtils
-
RFC 7239, section 4: Forwarded.
- HEADER_X_FORWARDED_HOST - Static variable in class org.xwiki.container.servlet.HttpServletUtils
-
Apache stuff, old de-facto standard: X-Forwarded-Host.
- HEADER_X_FORWARDED_PROTO - Static variable in class org.xwiki.container.servlet.HttpServletUtils
-
Apache stuff, old de-facto standard: X-Forwarded-Proto.
- HttpServletUtils - Class in org.xwiki.container.servlet
-
Various helpers around the
HttpServletRequest
andHttpServletResponse
API.
I
- initializeApplicationContext(ServletContext) - Method in interface org.xwiki.container.servlet.ServletContainerInitializer
-
Deprecated.use the notion of Environment instead
- initializeRequest(HttpServletRequest) - Method in interface org.xwiki.container.servlet.ServletContainerInitializer
- initializeRequest(HttpServletRequest, Object) - Method in interface org.xwiki.container.servlet.ServletContainerInitializer
- initializeResponse(HttpServletResponse) - Method in interface org.xwiki.container.servlet.ServletContainerInitializer
- initializeSession(HttpServletRequest) - Method in interface org.xwiki.container.servlet.ServletContainerInitializer
- isCacheReadAllowed(HttpServletRequest) - Static method in class org.xwiki.container.servlet.HttpServletUtils
L
- LOGGER - Static variable in class org.xwiki.container.servlet.ServletApplicationContext
-
Deprecated.The logger to log.
M
- matches(Object) - Method in class org.xwiki.container.servlet.events.SessionCreatedEvent
- matches(Object) - Method in class org.xwiki.container.servlet.events.SessionDestroyedEvent
O
- org.xwiki.container.servlet - package org.xwiki.container.servlet
- org.xwiki.container.servlet.events - package org.xwiki.container.servlet.events
- org.xwiki.container.servlet.filters - package org.xwiki.container.servlet.filters
R
- removeProperty(String) - Method in class org.xwiki.container.servlet.ServletRequest
- requestDestroyed(ServletRequestEvent) - Method in class org.xwiki.container.servlet.SetThreadNameServletRequestListener
- requestInitialized(ServletRequestEvent) - Method in class org.xwiki.container.servlet.SetThreadNameServletRequestListener
S
- SavedRequest(HttpServletRequest) - Constructor for class org.xwiki.container.servlet.filters.SavedRequestManager.SavedRequest
-
Constructor that copies the needed information from a request.
- SavedRequestManager - Class in org.xwiki.container.servlet.filters
-
Allows to save a request and restore it later from the stored request identifier (SRID).
- SavedRequestManager.SavedRequest - Class in org.xwiki.container.servlet.filters
-
Saved request data.
- saveRequest(HttpServletRequest) - Static method in class org.xwiki.container.servlet.filters.SavedRequestManager
-
Saves the data from a request and stores it in the current session.
- sendRedirect(String) - Method in class org.xwiki.container.servlet.ServletResponse
- ServletApplicationContext - Class in org.xwiki.container.servlet
-
Deprecated.use the notion of Environment instead
- ServletApplicationContext(ServletContext, ComponentManager) - Constructor for class org.xwiki.container.servlet.ServletApplicationContext
-
Deprecated.
- ServletContainerException - Exception in org.xwiki.container.servlet
- ServletContainerException(String) - Constructor for exception org.xwiki.container.servlet.ServletContainerException
- ServletContainerException(String, Throwable) - Constructor for exception org.xwiki.container.servlet.ServletContainerException
- ServletContainerInitializer - Interface in org.xwiki.container.servlet
- ServletRequest - Class in org.xwiki.container.servlet
- ServletRequest(HttpServletRequest) - Constructor for class org.xwiki.container.servlet.ServletRequest
- ServletResponse - Class in org.xwiki.container.servlet
-
This is the implementation of
Response
forHttpServletResponse
. - ServletResponse(HttpServletResponse) - Constructor for class org.xwiki.container.servlet.ServletResponse
- ServletSession - Class in org.xwiki.container.servlet
- ServletSession(HttpServletRequest) - Constructor for class org.xwiki.container.servlet.ServletSession
- SessionCreatedEvent - Class in org.xwiki.container.servlet.events
-
Event triggered when a new
HttpSession
is created. - SessionCreatedEvent() - Constructor for class org.xwiki.container.servlet.events.SessionCreatedEvent
- SessionDestroyedEvent - Class in org.xwiki.container.servlet.events
-
Event triggered when a
HttpSession
is destroyed. - SessionDestroyedEvent() - Constructor for class org.xwiki.container.servlet.events.SessionDestroyedEvent
- setContentLength(int) - Method in class org.xwiki.container.servlet.ServletResponse
- setContentType(String) - Method in class org.xwiki.container.servlet.ServletResponse
- setProperty(String, Object) - Method in class org.xwiki.container.servlet.ServletRequest
- SetThreadNameServletRequestListener - Class in org.xwiki.container.servlet
-
Make threads names created by the application server more meaningful.
- SetThreadNameServletRequestListener() - Constructor for class org.xwiki.container.servlet.SetThreadNameServletRequestListener
X
- XWikiServletContextListener - Class in org.xwiki.container.servlet
-
Implementation of the
ServletContextListener
. - XWikiServletContextListener() - Constructor for class org.xwiki.container.servlet.XWikiServletContextListener
All Classes All Packages