Uses of Class
org.glassfish.grizzly.web.servlet.ServletContextImpl

Uses of ServletContextImpl in org.glassfish.grizzly.web.servlet
 

Methods in org.glassfish.grizzly.web.servlet that return ServletContextImpl
protected  ServletContextImpl HttpServletRequestImpl.getContextImpl()
          Return the underlying ServletContextImpl
protected  ServletContextImpl ServletAdapter.getServletCtx()
           
 

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

Constructors in org.glassfish.grizzly.web.servlet with parameters of type ServletContextImpl
FilterConfigImpl(ServletContextImpl servletContext)
           
HttpSessionImpl(ServletContextImpl contextImpl)
          Create an HttpSession.
ServletAdapter(Servlet servlet, ServletContextImpl servletContext)
           
ServletAdapter(String publicDirectory, ServletContextImpl servletCtx, HashMap<String,String> parameters, ArrayList<String> listeners)
           
ServletConfigImpl(ServletContextImpl servletContextImpl)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.