Interface ExtensibilityDirective
- All Superinterfaces:
freemarker.template.TemplateDirectiveModel,freemarker.template.TemplateModel
- All Known Implementing Classes:
AbstractExtensibilityDirective,MarkupDirective
public interface ExtensibilityDirective
extends freemarker.template.TemplateDirectiveModel
Although this is currently an interface that defines no methods. It's existence allows us to support
generics in the ExtensibilityModel and also provides a location for defining new methods should
they be required at a later date.
- Author:
- David Draper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface freemarker.template.TemplateModel
NOTHING -
Method Summary
Methods inherited from interface freemarker.template.TemplateDirectiveModel
execute
-
Field Details
-
DIRECTIVE_ID
- See Also:
-
TARGET
- See Also:
-
ACTION
- See Also:
-
ACTION_MERGE
- See Also:
-
ACTION_REPLACE
- See Also:
-
ACTION_REMOVE
- See Also:
-
ACTION_MODIFY
- See Also:
-
ACTION_BEFORE
- See Also:
-
ACTION_AFTER
- See Also:
-