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