|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Annotation Types Summary | |
|---|---|
| Asynchronous | Annotation used by implementation of RequestHandler to denote a
method as asynchronous (i.e don't close the Http connection until the client
invokes the finish method) |
| Authenticated | Annotation used by implementation of RequestHandler to show that a
method requires that the request (current user) is authenticated (i.e your
overridden method RequestHandler.getCurrentUser(org.apache.awf.web.http.HttpRequest) returns a non null
value) |
| Path | Defines the request path for which the annotated RequestHandler
method is applicable. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||