DispatchedHttpServletRequest(jakarta.servlet.http.HttpServletRequest request,
WebappContext context,
boolean crossContext,
jakarta.servlet.DispatcherType dispatcherType) |
Construct a new wrapped request around the specified servlet request.
|
FilterChainFactory(WebappContext ctx) |
|
FilterConfigImpl(WebappContext servletContext) |
|
FilterRegistration(WebappContext ctx,
String name,
jakarta.servlet.Filter filter) |
Creates a new FilterRegistration associated with the specified WebappContext.
|
FilterRegistration(WebappContext ctx,
String name,
Class<? extends jakarta.servlet.Filter> filter) |
Creates a new FilterRegistration associated with the specified WebappContext.
|
FilterRegistration(WebappContext ctx,
String name,
String filterClassName) |
Creates a new FilterRegistration associated with the specified WebappContext.
|
HttpSessionImpl(WebappContext contextImpl,
org.glassfish.grizzly.http.server.Session session) |
Create an HttpSession.
|
Registration(WebappContext ctx,
String name,
String className) |
|
ServletConfigImpl(WebappContext servletContextImpl) |
|
ServletRegistration(WebappContext ctx,
String name,
jakarta.servlet.Servlet servlet) |
Creates a new ServletRegistration associated with the specified WebappContext.
|
ServletRegistration(WebappContext ctx,
String name,
Class<? extends jakarta.servlet.Servlet> servletClass) |
Creates a new ServletRegistration associated with the specified WebappContext.
|
ServletRegistration(WebappContext ctx,
String name,
String servletClassName) |
Creates a new ServletRegistration associated with the specified WebappContext.
|
SessionCookieConfig(WebappContext ctx) |
Constructor
|