| Class and Description |
|---|
| AlternateInject
Our custom injection annotation.
|
| 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
|
| HttpParameter
This is a special annotation that can be used to pull
out the specific information from the HttpRequest
|
| Logger
This is just an example of another service a method might
want to inject
|
| RequestScope
The request scope is a proxiable scope, and changes from request to request
|
Copyright © 2009-2013 Oracle Corporation. All Rights Reserved.