Package org.glassfish.examples.http

Class Summary
AlternateInjectResolver  
HttpEventReceiver This receiver will receive a specific kind of HttpRequest where the elements of the request have these types: The rank of the request is an integer The id of the request is a long The requested action is a String
HttpRequest This is not a true HttpRequest, but is just here for illustration purposes.
HttpServer  
Logger This is just an example of another service a method might want to inject
RequestContext This is the request scope context.
RequestProcessor This is a class that processes an event as it comes.
 

Annotation Types Summary
AlternateInject Our custom injection annotation.
HttpParameter This is a special annotation that can be used to pull out the specific information from the HttpRequest
RequestScope The request scope is a proxiable scope, and changes from request to request
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.