| Modifier and Type | Field and Description |
|---|---|
protected WebappContext |
DispatchedHttpServletRequest.context
The context for this request.
|
protected WebappContext |
Registration.ctx |
protected WebappContext |
ServletConfigImpl.servletContextImpl |
| Modifier and Type | Method and Description |
|---|---|
protected WebappContext |
HttpServletRequestImpl.getContextImpl()
Return the underlying
WebappContext |
protected WebappContext |
ServletHandler.getServletCtx() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServletRequestImpl.initialize(Request request,
HttpServletResponseImpl servletResponse,
WebappContext context) |
protected void |
HttpServletRequestImpl.setContextImpl(WebappContext contextImpl)
Set the underlying
WebappContext |
| Constructor and Description |
|---|
DispatchedHttpServletRequest(javax.servlet.http.HttpServletRequest request,
WebappContext context,
boolean crossContext,
javax.servlet.DispatcherType dispatcherType)
Construct a new wrapped request around the specified servlet request.
|
FilterChainFactory(WebappContext ctx) |
FilterConfigImpl(WebappContext servletContext) |
FilterRegistration(WebappContext ctx,
java.lang.String name,
java.lang.Class<? extends javax.servlet.Filter> filter)
Creates a new FilterRegistration associated with the specified
WebappContext. |
FilterRegistration(WebappContext ctx,
java.lang.String name,
javax.servlet.Filter filter)
Creates a new FilterRegistration associated with the specified
WebappContext. |
FilterRegistration(WebappContext ctx,
java.lang.String name,
java.lang.String filterClassName)
Creates a new FilterRegistration associated with the specified
WebappContext. |
HttpSessionImpl(WebappContext contextImpl)
Create an HttpSession.
|
Registration(WebappContext ctx,
java.lang.String name,
java.lang.String className) |
ServletConfigImpl(WebappContext servletContextImpl) |
ServletRegistration(WebappContext ctx,
java.lang.String name,
java.lang.Class<? extends javax.servlet.Servlet> servletClass)
Creates a new ServletRegistration associated with the specified
WebappContext. |
ServletRegistration(WebappContext ctx,
java.lang.String name,
javax.servlet.Servlet servlet)
Creates a new ServletRegistration associated with the specified
WebappContext. |
ServletRegistration(WebappContext ctx,
java.lang.String name,
java.lang.String servletClassName)
Creates a new ServletRegistration associated with the specified
WebappContext. |
SessionCookieConfig(WebappContext ctx)
Constructor
|
Copyright © 2014 Oracle Corporation. All Rights Reserved.