| Modifier and Type | Class and Description |
|---|---|
class |
AdminRestServlet |
| 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 |
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 |
PageContextWrapper.getServletConfig() |
ServletConfig |
QServlet.getServletConfig()
Returns the config.
|
ServletConfig |
PageContextImpl.getServletConfig() |
ServletConfig |
Page.getServletConfig()
Returns this servlet's configuration.
|
| 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 |
QServlet.init(ServletConfig config)
Initialize the servlet.
|
void |
XtpServlet.init(ServletConfig conf)
Initializes the servlet.
|
void |
Page.init(ServletConfig config)
Initialize the servlet.
|
void |
JspServlet.init(ServletConfig conf)
Initializes the servlet.
|
void |
JavaPage.init(ServletConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
NautilusServlet
Custom serialization for the cache
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResinQuercusServlet.initImpl(ServletConfig config)
initialize the script manager.
|
| 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 | 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 |
HttpProxyServlet |
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 |
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.
|