Callers can create and configure a new processing pipeline by using one of the {@link #serve(String)} or {@link #serveRegex(String)} methods to allocatea binder for a particular URL pattern.
Registered filters and servlets are initialized lazily, usually during the first request. Once initialized the bindings in this servlet cannot be modified without destroying the servlet and thereby destroying all registered filters and servlets.
|
|
|
|
|
|