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

Packages that use ServletContextImpl
com.sun.grizzly.http.servlet   
 

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
 

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
HttpSessionImpl(ServletContextImpl contextImpl)
          Create an HttpSession.
ServletConfigImpl(ServletContextImpl servletContextImpl)
           
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.