The path specifies the root URI path for this context. The first character of path must be '/'.
The class overview describes how incoming request URIs are mapped to HttpContext instances.
@param path the root URI path to associate the context with
@param handler the handler to invoke for incoming requests.
@throws IllegalArgumentException if path is invalid, or if a contextalready exists for this path
@throws NullPointerException if either path, or handler are null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|