| Package | Description |
|---|---|
| winstone |
| Modifier and Type | Method and Description |
|---|---|
static Mapping |
Mapping.createFromLink(String mappedTo,
String linkName)
Factory constructor method - this turns a servlet name into a mapping element
|
static Mapping |
Mapping.createFromURL(String mappedTo,
String pattern)
Factory constructor method - this parses the url pattern into pieces we can use to match
against incoming URLs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestDispatcher.setForErrorDispatcher(String servletPath,
String pathInfo,
String queryString,
int statusCode,
String summaryMessage,
Throwable exception,
String errorHandlerURI,
Mapping[] errorFilterPatterns) |
void |
RequestDispatcher.setForInitialDispatcher(String servletPath,
String pathInfo,
String queryString,
String requestURIInsideWebapp,
Mapping[] requestFilterPatterns,
AuthenticationHandler authHandler) |
void |
RequestDispatcher.setForNamedDispatcher(Mapping[] forwardFilterPatterns,
Mapping[] includeFilterPatterns) |
void |
RequestDispatcher.setForNamedDispatcher(Mapping[] forwardFilterPatterns,
Mapping[] includeFilterPatterns) |
void |
RequestDispatcher.setForURLDispatcher(String servletPath,
String pathInfo,
String queryString,
String requestURIInsideWebapp,
Mapping[] forwardFilterPatterns,
Mapping[] includeFilterPatterns) |
void |
RequestDispatcher.setForURLDispatcher(String servletPath,
String pathInfo,
String queryString,
String requestURIInsideWebapp,
Mapping[] forwardFilterPatterns,
Mapping[] includeFilterPatterns) |
Copyright © 2014. All rights reserved.