Uses of Class
org.glassfish.grizzly.servlet.WebappContext
-
Uses of WebappContext in org.glassfish.grizzly.servlet
Fields in org.glassfish.grizzly.servlet declared as WebappContextModifier and TypeFieldDescriptionprotected WebappContextDispatchedHttpServletRequest.contextThe context for this request.protected final WebappContextRegistration.ctxprotected final WebappContextServletConfigImpl.servletContextImplMethods in org.glassfish.grizzly.servlet that return WebappContextModifier and TypeMethodDescriptionprotected WebappContextHttpServletRequestImpl.getContextImpl()Return the underlyingWebappContextprotected WebappContextServletHandler.getServletCtx()Methods in org.glassfish.grizzly.servlet with parameters of type WebappContextModifier and TypeMethodDescriptionvoidHttpServletRequestImpl.initialize(org.glassfish.grizzly.http.server.Request request, HttpServletResponseImpl servletResponse, WebappContext context) protected voidHttpServletRequestImpl.setContextImpl(WebappContext contextImpl) Set the underlyingWebappContextConstructors in org.glassfish.grizzly.servlet with parameters of type WebappContextModifierConstructorDescriptionDispatchedHttpServletRequest(javax.servlet.http.HttpServletRequest request, WebappContext context, boolean crossContext, javax.servlet.DispatcherType dispatcherType) Construct a new wrapped request around the specified servlet request.FilterConfigImpl(WebappContext servletContext) protectedFilterRegistration(WebappContext ctx, String name, Class<? extends javax.servlet.Filter> filter) Creates a new FilterRegistration associated with the specifiedWebappContext.protectedFilterRegistration(WebappContext ctx, String name, String filterClassName) Creates a new FilterRegistration associated with the specifiedWebappContext.protectedFilterRegistration(WebappContext ctx, String name, javax.servlet.Filter filter) Creates a new FilterRegistration associated with the specifiedWebappContext.HttpSessionImpl(WebappContext contextImpl, org.glassfish.grizzly.http.server.Session session) Create an HttpSession.protectedRegistration(WebappContext ctx, String name, String className) protectedServletConfigImpl(WebappContext servletContextImpl) protectedServletRegistration(WebappContext ctx, String name, Class<? extends javax.servlet.Servlet> servletClass) Creates a new ServletRegistration associated with the specifiedWebappContext.protectedServletRegistration(WebappContext ctx, String name, String servletClassName) Creates a new ServletRegistration associated with the specifiedWebappContext.protectedServletRegistration(WebappContext ctx, String name, javax.servlet.Servlet servlet) Creates a new ServletRegistration associated with the specifiedWebappContext.Constructor