|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.bayeux |
|---|
| Classes in com.caucho.bayeux that implement ServletConfig | |
|---|---|
class |
BayeuxServlet
Servlet to handle bayeux requests. |
| 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.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.dev |
|---|
| Classes in com.caucho.jsf.dev that implement ServletConfig | |
|---|---|
class |
JsfDeveloperAidServlet
|
| Methods in com.caucho.jsf.dev with parameters of type ServletConfig | |
|---|---|
void |
JsfDeveloperAidServlet.init(ServletConfig config)
|
| 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.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 |
PageContextWrapper.getServletConfig()
|
ServletConfig |
QServlet.getServletConfig()
Returns the config. |
ServletConfig |
Page.getServletConfig()
Returns this servlet's configuration. |
ServletConfig |
PageContextImpl.getServletConfig()
|
| Methods in com.caucho.jsp with parameters of type ServletConfig | |
|---|---|
void |
Page.caucho_init(ServletConfig config)
|
void |
CauchoPage.caucho_init(ServletConfig cxt)
|
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 |
QServlet.init(ServletConfig config)
Initialize the servlet. |
void |
JspServlet.init(ServletConfig conf)
Initializes the servlet. |
void |
Page.init(ServletConfig config)
Initialize the servlet. |
void |
JavaPage.init(ServletConfig config)
|
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.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 |
ProGoogleQuercusServlet
Servlet to call PHP through javax.script. |
class |
ProQuercusServlet
Servlet to call PHP through javax.script. |
class |
ProResinQuercusServlet
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 |
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 |
GoogleQuercusServletImpl.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 |
Service.init(ServletConfig config)
Initialize the service instance. |
void |
GenericService.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 |
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 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||