public interface DirectiveChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPresent(String directiveName,
org.apache.velocity.Template template)
Determines whether a directive with an specified name is present on a template instance.
|
boolean isPresent(String directiveName, org.apache.velocity.Template template)
directiveName - The name of the directive to look for.template - The template where we will search for the directive.Copyright © 2018 Atlassian. All rights reserved.