|
Interface Summary |
| ContextInfo |
Interface defining a context information object that is used by a ContextTranslator
to put values into the current RequestContext. |
| ContextKey |
This annotation is used to specify that an argument of a method is to be
put into the current RequestContext under the key specified by the string
in the argument of the annotation. |
| ContextMapperInfo |
Interface defining a ContextMapperInfo. |
| ContextTranslate |
This annotation is almost identical to ContextKey but it is used for "complex"
argument that required some traversal to get the interesting values. |
| ContextTranslator |
This interface defines the method a context translator must implement. |
| MapperInfo |
This annotation is used to specify that an argument of a method should be
registered in the ContextMapperInfo. |
| NoContext |
This annotation indicates that the method should not be woven by the context
aspect. |
| RequestContext |
Interface defining a RequestContext. |