Uses of Class
org.glassfish.grizzly.servlet.WebappContext

Uses of WebappContext in org.glassfish.grizzly.servlet
 

Fields in org.glassfish.grizzly.servlet declared as WebappContext
protected  WebappContext Registration.ctx
           
protected  WebappContext ServletConfigImpl.servletContextImpl
           
 

Methods in org.glassfish.grizzly.servlet that return WebappContext
protected  WebappContext HttpServletRequestImpl.getContextImpl()
          Return the underlying WebappContext
protected  WebappContext ServletHandler.getServletCtx()
           
 

Methods in org.glassfish.grizzly.servlet with parameters of type WebappContext
protected  void HttpServletRequestImpl.setContextImpl(WebappContext contextImpl)
          Set the underlying WebappContext
 

Constructors in org.glassfish.grizzly.servlet with parameters of type WebappContext
FilterChainFactory(WebappContext ctx, Collection<FilterRegistration> registrations)
           
FilterConfigImpl(WebappContext servletContext)
           
FilterRegistration(WebappContext ctx, String name, Class<? extends javax.servlet.Filter> filter)
          Creates a new FilterRegistration associated with the specified WebappContext.
FilterRegistration(WebappContext ctx, String name, javax.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)
          Create an HttpSession.
Registration(WebappContext ctx, String name, String className)
           
ServletConfigImpl(WebappContext servletContextImpl)
           
ServletRegistration(WebappContext ctx, String name, Class<? extends javax.servlet.Servlet> servletClass)
          Creates a new ServletRegistration associated with the specified WebappContext.
ServletRegistration(WebappContext ctx, String name, javax.servlet.Servlet servlet)
          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.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.