|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodAnnotator | |
---|---|
com.atlassian.confluence.velocity.htmlsafe | |
com.atlassian.confluence.velocity.introspection |
Uses of MethodAnnotator in com.atlassian.confluence.velocity.htmlsafe |
---|
Classes in com.atlassian.confluence.velocity.htmlsafe that implement MethodAnnotator | |
---|---|
class |
HtmlSafeClassAnnotator
This method annotator will annotate various methods that are known to be HTML safe from library classes. |
class |
HtmlSafeMethodNameAnnotator
Method annotator that marks certain methods as being HtmlSafe based on the method name. |
Uses of MethodAnnotator in com.atlassian.confluence.velocity.introspection |
---|
Classes in com.atlassian.confluence.velocity.introspection that implement MethodAnnotator | |
---|---|
class |
MethodAnnotatorChain
A method annotator that chains calls to a collection of other annotators |
Constructor parameters in com.atlassian.confluence.velocity.introspection with type arguments of type MethodAnnotator | |
---|---|
MethodAnnotatorChain(java.util.List<MethodAnnotator> annotators)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |