| Class | Description |
|---|---|
| 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 Type | Description |
|---|---|
| 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 © 2009-2015 Oracle Corporation. All Rights Reserved.