| Class | Description |
|---|---|
| AnnotationController |
The Controller delegates the business logic to an annotated method.
|
| AnnotationUtils |
Helper class to work with Annotations.
|
| ControllerMappingResolver |
This class resolves a specific method that handles a specific request as a
controller.
|
| Enum | Description |
|---|---|
| Bind.Scope | |
| Mapping.Match |
| Annotation Type | Description |
|---|---|
| Bind |
Annotation to bind variables to the Action.
|
| IcsVariable |
Annotation to be used in a Controller to map requests to controller methods.
|
| InjectForRequest |
Annotation used to indicate that the field should have its value injected by
the Injector.
|
| Mapping |
Annotation to help to retrieve Template and CSElement mapping values.
|
| ServiceProducer |
Annotation to tag a method that this is a producer method.
|
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.