Modifier and Type | Class and Description |
---|---|
class |
AdminRestServlet |
Modifier and Type | Class and Description |
---|---|
class |
BurlapServlet
Servlet for serving Burlap services.
|
Modifier and Type | Method and Description |
---|---|
void |
BurlapServlet.init(ServletConfig config)
Initialize the service, including the service object.
|
Modifier and Type | Class and Description |
---|---|
class |
EJBServlet
Servlet for serving EJBs from the Resin web server.
|
Modifier and Type | Class and Description |
---|---|
class |
HessianEJBServlet
Servlet for serving EJBs from the Resin web server.
|
Modifier and Type | Class and Description |
---|---|
class |
HessianServlet
Servlet for serving Hessian services.
|
Modifier and Type | Method and Description |
---|---|
void |
HessianServlet.init(ServletConfig config)
Initialize the service, including the service object.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
HmtpServlet
HmtpWriteStream writes HMTP packets to an OutputStream.
|
Modifier and Type | Class and Description |
---|---|
class |
JMSServlet |
Modifier and Type | Class and Description |
---|---|
class |
JmtpServlet
JmtpReader stream handles client packets received from the server.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaPage |
class |
Page
Represents a compiled JSP page.
|
class |
StaticPage
A static page is a page that's just a static file.
|
Modifier and Type | Method and Description |
---|---|
ServletConfig |
PageContextImpl.getServletConfig() |
ServletConfig |
Page.getServletConfig()
Returns this servlet's configuration.
|
ServletConfig |
PageContextWrapper.getServletConfig() |
ServletConfig |
QServlet.getServletConfig()
Returns the config.
|
Modifier and Type | Method and Description |
---|---|
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 |
Page.init(ServletConfig config)
Initialize the servlet.
|
void |
XtpServlet.init(ServletConfig conf)
Initializes the servlet.
|
void |
JavaPage.init(ServletConfig config) |
void |
QServlet.init(ServletConfig config)
Initialize the servlet.
|
void |
JspServlet.init(ServletConfig conf)
Initializes the servlet.
|
Modifier and Type | Class and Description |
---|---|
class |
NautilusServlet
Custom serialization for the cache
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ServletConfig |
QuercusServletImpl._config |
Modifier and Type | Method and Description |
---|---|
void |
QuercusServletImpl.init(ServletConfig config)
initialize the script manager.
|
void |
QuercusServlet.init(ServletConfig config)
Initializes the servlet.
|
void |
GoogleStaticFileServlet.init(ServletConfig config) |
protected void |
ResinQuercusServlet.initImpl(ServletConfig config)
initialize the script manager.
|
protected void |
QuercusServletImpl.initImpl(ServletConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
YadisServlet |
Modifier and Type | Class and Description |
---|---|
class |
ManagementServlet |
Modifier and Type | Method and Description |
---|---|
void |
ManagementServlet.init(ServletConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
ServletConfigImpl
Configuration for a servlet.
|
class |
ServletMapping
Configuration for a servlet.
|
Modifier and Type | Class and Description |
---|---|
class |
FormLoginServlet |
Modifier and Type | Field and Description |
---|---|
protected ServletConfig |
GenericService.config |
Modifier and Type | Method and Description |
---|---|
ServletConfig |
GenericService.getServletConfig()
Returns the servlet context.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericService.init(ServletConfig config)
Initialize the service instance.
|
void |
Service.init(ServletConfig config)
Initialize the service instance.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericCometServlet
Servlet to handle comet requests.
|
Modifier and Type | Class and Description |
---|---|
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 |
HttpMessageProxyServlet
HTTP proxy
|
class |
HttpProxyServlet |
class |
LoadBalanceServlet
Load balancing.
|
class |
ResinStatusServlet
Displays some status information about the Resin server.
|
Modifier and Type | Method and Description |
---|---|
void |
FileServlet.init(ServletConfig conf) |
Modifier and Type | Class and Description |
---|---|
class |
SSIServlet
Serves server-side include files.
|
Modifier and Type | Class and Description |
---|---|
class |
WebDavServlet
Serves the WebDAV protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
ProfilerServlet
Html interface to profiling information.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteFilesystemServlet
Remote filesystem.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericServlet
GenericServlet is a convenient abstract class for defining Servlets.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Servlet.init(ServletConfig config)
Initialize the servlet.
|
void |
GenericServlet.init(ServletConfig config)
Initialize the servlet.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpServlet
HttpServlet is a convenient abstract class for creating servlets.
|
Modifier and Type | Method and Description |
---|---|
abstract ServletConfig |
PageContext.getServletConfig()
Returns the servletConfig for the JSP page.
|