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.
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION |
static String |
ACTION_AFTER |
static String |
ACTION_BEFORE |
static String |
ACTION_MERGE |
static String |
ACTION_MODIFY |
static String |
ACTION_REMOVE |
static String |
ACTION_REPLACE |
static String |
DIRECTIVE_ID |
static String |
TARGET |
static final String DIRECTIVE_ID
static final String TARGET
static final String ACTION
static final String ACTION_MERGE
static final String ACTION_REPLACE
static final String ACTION_REMOVE
static final String ACTION_MODIFY
static final String ACTION_BEFORE
static final String ACTION_AFTER
Copyright © 2005–2019 Alfresco Software. All rights reserved.