|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServletConfigImpl | |
---|---|
com.caucho.resin | |
com.caucho.server.dispatch | |
com.caucho.server.webapp |
Uses of ServletConfigImpl in com.caucho.resin |
---|
Methods in com.caucho.resin with parameters of type ServletConfigImpl | |
---|---|
protected void |
ServletEmbed.configure(ServletConfigImpl servletConfig)
|
Uses of ServletConfigImpl in com.caucho.server.dispatch |
---|
Subclasses of ServletConfigImpl in com.caucho.server.dispatch | |
---|---|
class |
ServletMapping
Configuration for a servlet. |
Methods in com.caucho.server.dispatch that return ServletConfigImpl | |
---|---|
ServletConfigImpl |
ServletConfigImpl.createRegexpConfig(java.lang.String servletName)
|
ServletConfigImpl |
ServletManager.getServlet(java.lang.String servletName)
Returns ServletConfigImpl to the servlet manager. |
Methods in com.caucho.server.dispatch that return types with arguments of type ServletConfigImpl | |
---|---|
java.util.HashMap<java.lang.String,ServletConfigImpl> |
ServletManager.getServlets()
|
Methods in com.caucho.server.dispatch with parameters of type ServletConfigImpl | |
---|---|
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)
|
Constructors in com.caucho.server.dispatch with parameters of type ServletConfigImpl | |
---|---|
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. |
Uses of ServletConfigImpl in com.caucho.server.webapp |
---|
Methods in com.caucho.server.webapp that return ServletConfigImpl | |
---|---|
ServletConfigImpl |
WebApp.createServlet()
Adds a servlet configuration. |
Methods in com.caucho.server.webapp with parameters of type ServletConfigImpl | |
---|---|
void |
WebApp.addServlet(ServletConfigImpl config)
Adds a servlet configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |