Uses of Interface
com.atlassian.confluence.velocity.introspection.MethodAnnotator

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(List<MethodAnnotator> annotators)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.