| Package | Description |
|---|---|
| com.caucho.resin | |
| com.caucho.server.dispatch | |
| com.caucho.server.webapp |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServletMappingEmbed.configure(ServletMapping servletMapping) |
| Modifier and Type | Method and Description |
|---|---|
ServletMapping |
ServletMapper.getServletMapping(java.lang.String pattern) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServletMapper.addUrlRegexp(java.lang.String regexp,
java.lang.String servletName,
ServletMapping mapping)
Adds a servlet mapping
|
| Modifier and Type | Method and Description |
|---|---|
ServletMapping |
WebApp.createServletMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebApp.addServletMapping(ServletMapping servletMapping)
Adds a servlet-mapping configuration.
|