Modifier and Type | Class and Description |
---|---|
class |
AdminRestServlet |
Modifier and Type | Class and Description |
---|---|
class |
BurlapServlet
Servlet for serving Burlap services.
|
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 | 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 |
JspServlet
Handles JSP pages.
|
class |
JspXmlServlet
Handles JSP pages.
|
class |
Page
Represents a compiled JSP page.
|
class |
QServlet
Base servlet for both JSP and XTP.
|
class |
StaticPage
A static page is a page that's just a static file.
|
class |
XtpServlet
Handles XTP pages.
|
Modifier and Type | Method and Description |
---|---|
PageContextImpl |
PageManager.allocatePageContext(Servlet servlet,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
boolean needsSession,
int buffer,
boolean autoFlush) |
PageContextImpl |
PageManager.allocatePageContext(Servlet servlet,
WebApp app,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
HttpSession session,
int buffer,
boolean autoFlush,
boolean isPrintNullAsBlank)
The jsp page context initialization.
|
PageContext |
QJspFactory.getPageContext(Servlet servlet,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
boolean needsSession,
int buffer,
boolean autoFlush) |
void |
PageContextImpl.initialize(Servlet servlet,
ServletRequest request,
ServletResponse response,
java.lang.String errorPage,
boolean needsSession,
int bufferSize,
boolean autoFlush) |
void |
PageContextImpl.initialize(Servlet servlet,
WebApp app,
ServletRequest request,
ServletResponse response,
java.lang.String errorPage,
HttpSession session,
int bufferSize,
boolean autoFlush,
boolean isPrintNullAsBlank) |
Constructor and Description |
---|
InitPageContextImpl(WebApp webApp,
Servlet servlet) |
PageContextImpl(WebApp webApp,
Servlet 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 | Method and Description |
---|---|
Servlet |
BurlapProtocolServletFactory.createServlet(java.lang.Class serviceClass,
java.lang.Object service)
Creates a new servlet skeleton based on an API and an object
|
Modifier and Type | Method and Description |
---|---|
Servlet |
HessianProtocolServletFactory.createServlet(java.lang.Class<?> serviceClass,
java.lang.Object service)
Creates a new servlet skeleton based on an API and an object
|
Servlet |
HessianWebServiceServletFactory.createServlet(java.lang.Class<?> webServiceClass,
java.lang.Object service)
Creates a new servlet skeleton based on an API and an object
|
Modifier and Type | Method and Description |
---|---|
abstract Servlet |
AbstractProtocolServletFactory.createServlet(java.lang.Class<?> serviceApi,
java.lang.Object service)
Creates a new servlet skeleton based on an API and an object
|
Servlet |
ProtocolServletFactory.createServlet(java.lang.Class<?> serviceClass,
java.lang.Object service)
Creates a new servlet skeleton based on an API and an object
|
Servlet |
WebServiceServletFactory.createServlet(java.lang.Class<?> webServiceClass,
java.lang.Object service)
Creates a new servlet skeleton based on an API and an object
|
Modifier and Type | Class and Description |
---|---|
class |
YadisServlet |
Modifier and Type | Class and Description |
---|---|
class |
ManagementServlet |
Modifier and Type | Method and Description |
---|---|
Servlet |
ServletManager.createServlet(java.lang.String servletName)
Instantiates a servlet given its configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ServletConfigImpl.setServlet(Servlet servlet) |
Modifier and Type | Method and Description |
---|---|
void |
ServletManager.addSecurityElement(java.lang.Class<? extends Servlet> servletClass,
ServletSecurityElement securityElement) |
ServletSecurityElement |
ServletManager.getSecurityElement(java.lang.Class<? extends Servlet> servletClass) |
void |
ServletConfigImpl.setServletClass(java.lang.Class<? extends Servlet> servletClass) |
Modifier and Type | Class and Description |
---|---|
class |
FormLoginServlet |
Modifier and Type | Method and Description |
---|---|
<T extends Servlet> |
ServletContextImpl.createServlet(java.lang.Class<T> c) |
<T extends Servlet> |
WebApp.createServlet(java.lang.Class<T> servletClass) |
Modifier and Type | Method and Description |
---|---|
Servlet |
ServletContextImpl.getServlet(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<Servlet> |
ServletContextImpl.getServlets() |
Modifier and Type | Method and Description |
---|---|
ServletRegistration.Dynamic |
ServletContextImpl.addServlet(java.lang.String servletName,
Servlet servlet) |
ServletRegistration.Dynamic |
WebApp.addServlet(java.lang.String servletName,
Servlet servlet) |
Modifier and Type | Method and Description |
---|---|
ServletRegistration.Dynamic |
ServletContextImpl.addServlet(java.lang.String servletName,
java.lang.Class<? extends Servlet> servletClass) |
ServletRegistration.Dynamic |
WebApp.addServlet(java.lang.String servletName,
java.lang.Class<? extends Servlet> servletClass) |
Modifier and Type | Interface and Description |
---|---|
interface |
CometServlet
Servlet to handle comet requests.
|
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 | 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 |
---|---|
<T extends Servlet> |
ServletContext.createServlet(java.lang.Class<T> c)
Creates a servlet instance using the web-apps injection.
|
Modifier and Type | Method and Description |
---|---|
Servlet |
UnavailableException.getServlet()
Deprecated.
|
Servlet |
ServletContext.getServlet(java.lang.String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<Servlet> |
ServletContext.getServlets()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ServletRegistration.Dynamic |
ServletContext.addServlet(java.lang.String servletName,
Servlet servlet)
Adds a servlet to context
|
Modifier and Type | Method and Description |
---|---|
ServletRegistration.Dynamic |
ServletContext.addServlet(java.lang.String servletName,
java.lang.Class<? extends Servlet> servletClass)
Adds a servlet class to the servlet container.
|
Constructor and Description |
---|
UnavailableException(int sec,
Servlet servlet,
java.lang.String message)
Deprecated.
|
UnavailableException(Servlet servlet,
java.lang.String message)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpServlet
HttpServlet is a convenient abstract class for creating servlets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HttpJspPage
HttpJspPage is the normal interface to extend when implementing
a custom base class.
|
interface |
JspPage
JspPage is the base interface for any JSP page.
|
Modifier and Type | Method and Description |
---|---|
abstract PageContext |
JspFactory.getPageContext(Servlet servlet,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
boolean needsSession,
int buffer,
boolean autoflush) |
abstract void |
PageContext.initialize(Servlet servlet,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
boolean needsSession,
int bufferSize,
boolean autoFlush)
Internal routine to initialize the PageContext for a page.
|