Uses of Interface
javax.servlet.ServletConfig

Packages that use ServletConfig
com.caucho.doc   
com.caucho.ejb   
com.caucho.ejb.burlap   
com.caucho.ejb.hessian   
com.caucho.j2ee.deployserver   
com.caucho.jms.services   
com.caucho.jsf.webapp   
com.caucho.jsp   
com.caucho.jws   
com.caucho.management.j2ee   
com.caucho.portal.generic   
com.caucho.quercus.servlet   
com.caucho.resin.deploy   
com.caucho.server.admin   
com.caucho.server.dispatch   
com.caucho.server.security   
com.caucho.servlet.comet   
com.caucho.servlets   
com.caucho.servlets.ssi   
com.caucho.servlets.webdav   
com.caucho.tools.profiler   
com.caucho.vfs.remote   
com.caucho.web.webmail   
com.caucho.xtpdoc   
javax.servlet   
javax.servlet.http   
javax.servlet.jsp   
 

Uses of ServletConfig in com.caucho.doc
 

Classes in com.caucho.doc that implement ServletConfig
 class JavadocRedirectServlet
          Find a local javadoc and use it, or present option to use javadoc from Caucho website.
 class ViewFileServlet
          Servlet to view a source file, with optional emphasis based on regular expressions.
 

Methods in com.caucho.doc with parameters of type ServletConfig
 void ViewFileServlet.init(ServletConfig config)
           
 

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.burlap
 

Classes in com.caucho.ejb.burlap that implement ServletConfig
 class BurlapEJBServlet
          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.j2ee.deployserver
 

Classes in com.caucho.j2ee.deployserver that implement ServletConfig
 class DeploymentServlet
          Manager for the deployments.
 

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.jsf.webapp
 

Classes in com.caucho.jsf.webapp that implement ServletConfig
 class FacesServletImpl
           
 

Methods in com.caucho.jsf.webapp with parameters of type ServletConfig
 void FacesServletImpl.init(ServletConfig config)
           
 

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 PageContextWrapper.getServletConfig()
           
 ServletConfig Page.getServletConfig()
          Returns this servlet's configuration.
 ServletConfig QServlet.getServletConfig()
          Returns the config.
 ServletConfig PageContextImpl.getServletConfig()
           
 

Methods in com.caucho.jsp with parameters of type ServletConfig
 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 JspServlet.init(ServletConfig conf)
          Initializes the servlet.
 void JavaPage.init(ServletConfig config)
           
 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.jws
 

Classes in com.caucho.jws that implement ServletConfig
 class NullCallServlet
          A bogus SOAP null-call for testing purposes
 

Uses of ServletConfig in com.caucho.management.j2ee
 

Constructors in com.caucho.management.j2ee with parameters of type ServletConfig
Servlet(ServletConfig servletConfig)
           
 

Uses of ServletConfig in com.caucho.portal.generic
 

Classes in com.caucho.portal.generic that implement ServletConfig
 class GenericPortalServlet
          This servlet supports the following configuration items.
 class PortletServlet
          A servlet that uses a class implementing javax.portlet.Portlet.
 

Methods in com.caucho.portal.generic with parameters of type ServletConfig
 void PortletServlet.init(ServletConfig servletConfig)
           
 void GenericPortalServlet.init(ServletConfig servletConfig)
           
 

Uses of ServletConfig in com.caucho.quercus.servlet
 

Classes in com.caucho.quercus.servlet that implement ServletConfig
 class QuercusServlet
          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 ResinQuercusServlet.init(ServletConfig config)
          initialize the script manager.
 void QuercusServlet.init(ServletConfig config)
          Initializes the servlet.
 void QuercusServletImpl.init(ServletConfig config)
          initialize the script manager.
 

Uses of ServletConfig in com.caucho.resin.deploy
 

Classes in com.caucho.resin.deploy that implement ServletConfig
 class LocalDeployServlet
          HTTP-based deployment service for local updates to the embedded server, e.g.
 

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.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 HmuxLoadBalanceServlet
          Load balancing.
 class HttpProxyServlet
          HTTP proxy
 class LoadBalanceServlet
          Load balancing.
 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 com.caucho.vfs.remote
 

Classes in com.caucho.vfs.remote that implement ServletConfig
 class RemoteFilesystemServlet
          Remote filesystem.
 

Uses of ServletConfig in com.caucho.web.webmail
 

Classes in com.caucho.web.webmail that implement ServletConfig
 class WebmailServlet
           
 

Uses of ServletConfig in com.caucho.xtpdoc
 

Classes in com.caucho.xtpdoc that implement ServletConfig
 class ResinDocServlet
           
 

Methods in com.caucho.xtpdoc with parameters of type ServletConfig
 void ResinDocServlet.init(ServletConfig config)
           
 

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 Servlet.getServletConfig()
          Returns the servlet configuration, usually the same value as passed to the init routine.
 ServletConfig GenericServlet.getServletConfig()
          Returns this servlet's configuration.
 

Methods in javax.servlet with parameters of type ServletConfig
 void Servlet.init(ServletConfig config)
          Initialize the servlet.
 void GenericServlet.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.