Package | Description |
---|---|
com.caucho.resin | |
com.caucho.server.dispatch | |
com.caucho.server.webapp |
Modifier and Type | Method and Description |
---|---|
protected void |
ServletEmbed.configure(ServletConfigImpl servletConfig) |
Modifier and Type | Class and Description |
---|---|
class |
ServletMapping
Configuration for a servlet.
|
Modifier and Type | Method and Description |
---|---|
ServletConfigImpl |
ServletConfigImpl.createRegexpConfig(java.lang.String servletName) |
ServletConfigImpl |
ServletManager.getServlet(java.lang.String servletName)
Returns ServletConfigImpl to the servlet manager.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,ServletConfigImpl> |
ServletManager.getServlets() |
Modifier and Type | Method and Description |
---|---|
void |
ServletManager.addServlet(ServletConfigImpl config) |
void |
ServletManager.addServlet(ServletConfigImpl config,
boolean merge)
Adds a servlet to the servlet manager.
|
protected void |
ServletConfigImpl.copyFrom(ServletConfigImpl source) |
FilterChain |
ServletManager.createServletChain(java.lang.String servletName,
ServletConfigImpl config,
ServletInvocation invocation)
Creates the servlet chain for the servlet.
|
void |
ServletConfigImpl.merge(ServletConfigImpl config) |
Constructor and Description |
---|
CometServletFilterChain(ServletConfigImpl config)
Create the filter chain servlet.
|
ServletFilterChain(ServletConfigImpl config)
Create the filter chain servlet.
|
SingleThreadServletFilterChain(ServletConfigImpl config)
Create the filter chain servlet.
|
WebServiceFilterChain(ServletConfigImpl config)
Create the filter chain servlet.
|
Modifier and Type | Method and Description |
---|---|
ServletConfigImpl |
WebApp.createServlet()
Adds a servlet configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
WebApp.addServlet(ServletConfigImpl config)
Adds a servlet configuration.
|