public class Directives extends Object
Directive| Constructor and Description |
|---|
Directives() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isPresent(String directiveName,
org.apache.velocity.Template template)
Determines whether a directive with an specified name is present on a template instance.
|
public static 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.