Uses of Interface
com.atlassian.velocity.htmlsafe.directive.DirectiveChecker

Packages that use DirectiveChecker
com.atlassian.velocity.htmlsafe.directive   
com.atlassian.velocity.htmlsafe.event.referenceinsertion   
 

Uses of DirectiveChecker in com.atlassian.velocity.htmlsafe.directive
 

Classes in com.atlassian.velocity.htmlsafe.directive that implement DirectiveChecker
 class DefaultDirectiveChecker
          Checks whether a directive is present by traversing a Template's AST.
 

Uses of DirectiveChecker in com.atlassian.velocity.htmlsafe.event.referenceinsertion
 

Methods in com.atlassian.velocity.htmlsafe.event.referenceinsertion with parameters of type DirectiveChecker
 void DisableHtmlEscapingDirectiveHandler.setDirectiveChecker(DirectiveChecker directiveChecker)
          Sets the DirectiveChecker that will be used.
 void EnableHtmlEscapingDirectiveHandler.setDirectiveChecker(DirectiveChecker directiveChecker)
          Sets the DirectiveChecker that will be used.
 



Copyright © 2013 Atlassian. All Rights Reserved.