|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RequestHandler
Interface RequestHandler for handlers of HTTP requests to URI that share a common root context (e.g. /SMILA). These are not handled by Jetty directly but by a RequestDispatcher where RequestHandlers can be registered.
| Method Summary | |
|---|---|
java.lang.String |
getUriPattern()
Return the URI pattern below the root context path that this RequestHandler serves. |
boolean |
matches(java.lang.String requestUri)
Checks if the URI pattern matches the given requestUri. |
| Methods inherited from interface org.eclipse.smila.http.server.HttpHandler |
|---|
getRootContextPath, handle |
| Method Detail |
|---|
java.lang.String getUriPattern()
boolean matches(java.lang.String requestUri)
requestUri - a requestUri
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||