|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.velocity.htmlsafe.directive.Directives
public class Directives
Contains a set of static utility methods that operate on Velocity Directives.
Directive| Constructor Summary | |
|---|---|
Directives()
|
|
| Method Summary | |
|---|---|
static boolean |
isPresent(java.lang.String directiveName,
org.apache.velocity.Template template)
Determines whether a directive with an specified name is present on a template instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Directives()
| Method Detail |
|---|
public static boolean isPresent(java.lang.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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||