Class Summary |
AnnotatedReferenceHandler |
Support class for ReferenceInsertionEventHandler s that need to deal with
any AnnotationBoxedElement s context values. |
AnnotatedValue |
An annotated value associates a collection of annotations with a value. |
AnnotationBoxingUberspect |
A Velocity uberspect that boxes return values in an annotated form and unboxes them again when used as arguments
to or targets of method calls
More specifically this uberspect will inspect any target method call or property for annotations that are marked as
ReturnValueAnnotation s and box the result of calling or accessing the target with these annotations. |
ConfluenceAnnotationBoxingUberspect |
Specialisation of the AnnotatioBoxingUberspect to be used in a Confluence velocity environment. |
MethodAnnotatorChain |
A method annotator that chains calls to a collection of other annotators |
ToStringDelegatingAnnotationBoxedElement |
AnnotationBoxedElement that delegates all operations to
the wrapped element except for toString() which is delegated to the boxed value itself. |
TransparentBoxedValueReferenceHandler |
A simple reference insertion handler that unboxes and boxed value references making them transparent during template
rendering. |