Package org.apache.awf.annotation

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.
 



Copyright © 2012. All Rights Reserved.