Uses of Interface
javax.servlet.ServletConfig

Packages that use ServletConfig
com.caucho.admin.servlet   
com.caucho.burlap.server   
com.caucho.ejb   
com.caucho.ejb.hessian   
com.caucho.hessian.server   
com.caucho.hessian.test   
com.caucho.hmtp.server   
com.caucho.jms.services   
com.caucho.jsmp   
com.caucho.jsp   
com.caucho.message.tourmaline   
com.caucho.quercus.servlet   
com.caucho.security.openid   
com.caucho.server.admin   
com.caucho.server.dispatch   
com.caucho.server.security   
com.caucho.services.server   
com.caucho.servlet.comet   
com.caucho.servlets   
com.caucho.servlets.ssi   
com.caucho.servlets.webdav   
com.caucho.tools.profiler   
javax.servlet   
javax.servlet.http   
javax.servlet.jsp   
 

Uses of ServletConfig in com.caucho.admin.servlet
 

Classes in com.caucho.admin.servlet that implement ServletConfig
 class AdminRestServlet
           
 

Uses of ServletConfig in com.caucho.burlap.server
 

Classes in com.caucho.burlap.server that implement ServletConfig
 class BurlapServlet
          Servlet for serving Burlap services.
 

Methods in com.caucho.burlap.server with parameters of type ServletConfig
 void BurlapServlet.init(ServletConfig config)
          Initialize the service, including the service object.
 

Uses of ServletConfig in com.caucho.ejb
 

Classes in com.caucho.ejb that implement ServletConfig
 class EJBServlet
          Servlet for serving EJBs from the Resin web server.
 

Uses of ServletConfig in com.caucho.ejb.hessian
 

Classes in com.caucho.ejb.hessian that implement ServletConfig
 class HessianEJBServlet
          Servlet for serving EJBs from the Resin web server.
 

Uses of ServletConfig in com.caucho.hessian.server
 

Classes in com.caucho.hessian.server that implement ServletConfig
 class HessianServlet
          Servlet for serving Hessian services.
 

Methods in com.caucho.hessian.server with parameters of type ServletConfig
 void HessianServlet.init(ServletConfig config)
          Initialize the service, including the service object.
 

Uses of ServletConfig in com.caucho.hessian.test
 

Classes in com.caucho.hessian.test that implement ServletConfig
 class TestHessian2Servlet
          The test service is a Hessian 2.0 protocol test for developers of Hessian 2.0 clients.
 class TestHessianServlet
          The test service is a Hessian 2.0 protocol test for developers of Hessian 2.0 clients.
 

Uses of ServletConfig in com.caucho.hmtp.server
 

Classes in com.caucho.hmtp.server that implement ServletConfig
 class HmtpServlet
          HmtpWriteStream writes HMTP packets to an OutputStream.
 

Uses of ServletConfig in com.caucho.jms.services
 

Classes in com.caucho.jms.services that implement ServletConfig
 class JMSServlet
           
 

Uses of ServletConfig in com.caucho.jsmp
 

Classes in com.caucho.jsmp that implement ServletConfig
 class JmtpServlet
          JmtpReader stream handles client packets received from the server.
 

Uses of ServletConfig in com.caucho.jsp
 

Classes in com.caucho.jsp that implement ServletConfig
 class JavaPage
           
 class Page
          Represents a compiled JSP page.
 class StaticPage
          A static page is a page that's just a static file.
 

Methods in com.caucho.jsp that return ServletConfig
 ServletConfig Page.getServletConfig()
          Returns this servlet's configuration.
 ServletConfig PageContextImpl.getServletConfig()
           
 ServletConfig PageContextWrapper.getServletConfig()
           
 ServletConfig QServlet.getServletConfig()
          Returns the config.
 

Methods in com.caucho.jsp with parameters of type ServletConfig
 void CauchoPage.caucho_init(ServletConfig cxt)
           
 void Page.caucho_init(ServletConfig config)
           
 Page PageManager.getPage(java.lang.String uri, java.lang.String pageURI, Path path, ServletConfig config)
          Compiles and returns the page at the given path and uri.
 Page PageManager.getPage(java.lang.String uri, java.lang.String pageURI, Path path, ServletConfig config, java.util.ArrayList<PersistentDependency> dependList)
          Compiles and returns the page at the given path and uri.
 Page QServlet.getPage(java.lang.String uri, java.lang.String pageURI, ServletConfig config)
           
 void JavaPage.init(ServletConfig config)
           
 void JspServlet.init(ServletConfig conf)
          Initializes the servlet.
 void Page.init(ServletConfig config)
          Initialize the servlet.
 void QServlet.init(ServletConfig config)
          Initialize the servlet.
 void XtpServlet.init(ServletConfig conf)
          Initializes the servlet.
 

Uses of ServletConfig in com.caucho.message.tourmaline
 

Classes in com.caucho.message.tourmaline that implement ServletConfig
 class NautilusServlet
          Custom serialization for the cache
 

Uses of ServletConfig in com.caucho.quercus.servlet
 

Classes in com.caucho.quercus.servlet that implement ServletConfig
 class GoogleQuercusServlet
          Servlet to call PHP through javax.script.
 class GoogleQuercusServletImpl
          Servlet to call PHP through javax.script.
 class GoogleStaticFileServlet
           
 class GoogleStoreServlet
          Servlet to call PHP through javax.script.
 class QuercusServlet
          Servlet to call PHP through javax.script.
 class QuercusServletImpl
          Servlet to call PHP through javax.script.
 class ResinQuercusServlet
          Servlet to call PHP through javax.script.
 

Fields in com.caucho.quercus.servlet declared as ServletConfig
protected  ServletConfig QuercusServletImpl._config
           
 

Methods in com.caucho.quercus.servlet with parameters of type ServletConfig
 void GoogleStaticFileServlet.init(ServletConfig config)
           
 void QuercusServlet.init(ServletConfig config)
          Initializes the servlet.
 void QuercusServletImpl.init(ServletConfig config)
          initialize the script manager.
protected  void ResinQuercusServlet.initImpl(ServletConfig config)
          initialize the script manager.
protected  void QuercusServletImpl.initImpl(ServletConfig config)
           
 

Uses of ServletConfig in com.caucho.security.openid
 

Classes in com.caucho.security.openid that implement ServletConfig
 class YadisServlet
           
 

Uses of ServletConfig in com.caucho.server.admin
 

Classes in com.caucho.server.admin that implement ServletConfig
 class ManagementServlet
           
 

Methods in com.caucho.server.admin with parameters of type ServletConfig
 void ManagementServlet.init(ServletConfig config)
           
 

Uses of ServletConfig in com.caucho.server.dispatch
 

Classes in com.caucho.server.dispatch that implement ServletConfig
 class ServletConfigImpl
          Configuration for a servlet.
 class ServletMapping
          Configuration for a servlet.
 

Uses of ServletConfig in com.caucho.server.security
 

Classes in com.caucho.server.security that implement ServletConfig
 class FormLoginServlet
           
 

Uses of ServletConfig in com.caucho.services.server
 

Fields in com.caucho.services.server declared as ServletConfig
protected  ServletConfig GenericService.config
           
 

Methods in com.caucho.services.server that return ServletConfig
 ServletConfig GenericService.getServletConfig()
          Returns the servlet context.
 

Methods in com.caucho.services.server with parameters of type ServletConfig
 void GenericService.init(ServletConfig config)
          Initialize the service instance.
 void Service.init(ServletConfig config)
          Initialize the service instance.
 

Uses of ServletConfig in com.caucho.servlet.comet
 

Classes in com.caucho.servlet.comet that implement ServletConfig
 class GenericCometServlet
          Servlet to handle comet requests.
 

Uses of ServletConfig in com.caucho.servlets
 

Classes in com.caucho.servlets that implement ServletConfig
 class CGIServlet
          CGI
 class DirectoryServlet
           
 class ErrorStatusServlet
          Use ServletResponse.sendError() to send an error to the client.
 class FastCGIServlet
          Load balancing.
 class FileServlet
          Serves static files.
 class HttpProxyServlet
          HTTP proxy
 class ResinStatusServlet
          Displays some status information about the Resin server.
 

Methods in com.caucho.servlets with parameters of type ServletConfig
 void FileServlet.init(ServletConfig conf)
           
 

Uses of ServletConfig in com.caucho.servlets.ssi
 

Classes in com.caucho.servlets.ssi that implement ServletConfig
 class SSIServlet
          Serves server-side include files.
 

Uses of ServletConfig in com.caucho.servlets.webdav
 

Classes in com.caucho.servlets.webdav that implement ServletConfig
 class WebDavServlet
          Serves the WebDAV protocol.
 

Uses of ServletConfig in com.caucho.tools.profiler
 

Classes in com.caucho.tools.profiler that implement ServletConfig
 class ProfilerServlet
          Html interface to profiling information.
 

Uses of ServletConfig in javax.servlet
 

Classes in javax.servlet that implement ServletConfig
 class GenericServlet
          GenericServlet is a convenient abstract class for defining Servlets.
 

Methods in javax.servlet that return ServletConfig
 ServletConfig GenericServlet.getServletConfig()
          Returns this servlet's configuration.
 ServletConfig Servlet.getServletConfig()
          Returns the servlet configuration, usually the same value as passed to the init routine.
 

Methods in javax.servlet with parameters of type ServletConfig
 void GenericServlet.init(ServletConfig config)
          Initialize the servlet.
 void Servlet.init(ServletConfig config)
          Initialize the servlet.
 

Uses of ServletConfig in javax.servlet.http
 

Classes in javax.servlet.http that implement ServletConfig
 class HttpServlet
          HttpServlet is a convenient abstract class for creating servlets.
 

Uses of ServletConfig in javax.servlet.jsp
 

Methods in javax.servlet.jsp that return ServletConfig
abstract  ServletConfig PageContext.getServletConfig()
          Returns the servletConfig for the JSP page.