Uses of Class
com.caucho.server.dispatch.ServletConfigImpl

Packages that use ServletConfigImpl
com.caucho.resin   
com.caucho.server.dispatch   
com.caucho.server.webapp   
 

Uses of ServletConfigImpl in com.caucho.resin
 

Methods in com.caucho.resin with parameters of type ServletConfigImpl
protected  void ServletEmbed.configure(ServletConfigImpl servletConfig)
           
 

Uses of ServletConfigImpl in com.caucho.server.dispatch
 

Subclasses of ServletConfigImpl in com.caucho.server.dispatch
 class ServletMapping
          Configuration for a servlet.
 

Methods in com.caucho.server.dispatch that return ServletConfigImpl
 ServletConfigImpl ServletManager.getServlet(java.lang.String servletName)
          Adds a servlet to the servlet manager.
 

Methods in com.caucho.server.dispatch with parameters of type ServletConfigImpl
 void ServletManager.addServlet(ServletConfigImpl config)
          Adds a servlet to the servlet manager.
 

Constructors in com.caucho.server.dispatch with parameters of type ServletConfigImpl
CometServletFilterChain(ServletConfigImpl config)
          Create the filter chain servlet.
ServletFilterChain(ServletConfigImpl config)
          Create the filter chain servlet.
SingleThreadServletFilterChain(ServletConfigImpl config)
          Create the filter chain servlet.
WebServiceFilterChain(ServletConfigImpl config)
          Create the filter chain servlet.
 

Uses of ServletConfigImpl in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp that return ServletConfigImpl
 ServletConfigImpl WebApp.createServlet()
          Adds a servlet configuration.
 

Methods in com.caucho.server.webapp with parameters of type ServletConfigImpl
 void WebApp.addServlet(ServletConfigImpl config)
          Adds a servlet configuration.