Uses of Class
com.sun.grizzly.http.servlet.ServletContextImpl

Uses of ServletContextImpl in com.sun.grizzly.http.servlet
 

Methods in com.sun.grizzly.http.servlet that return ServletContextImpl
protected  ServletContextImpl HttpServletRequestImpl.getContextImpl()
          Return the underlying ServletContextImpl
protected  ServletContextImpl ServletAdapter.getServletCtx()
           
 

Methods in com.sun.grizzly.http.servlet with parameters of type ServletContextImpl
protected  void HttpServletRequestImpl.setContextImpl(ServletContextImpl contextImpl)
          Set the underlying ServletContextImpl
 

Constructors in com.sun.grizzly.http.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.