| AbstractExtensibilityDirective |
Defines the abstract behaviour of an extensibility directive by implementing the common structure.
|
| AbstractFreeMarkerDirective |
Should be extended to take advantage of the helper methods it provides for retrieving properties required
for the directive represented by the subclass.
|
| CloseModelElementImpl |
|
| DefaultContentModelElement |
|
| DefaultExtensibilityContent |
The default ExtensibilityContent implementation.
|
| DefaultExtensibilityDirectiveData |
This is the default class for capturing the data contained within extensibility directives.
|
| DiscardUnboundContentModelElementImpl |
A ContentModelElement that despite accepting unbounded content (that is content not defined by an extensibility
element) does not actually output it when flushed.
|
| ExtensibilityDebugData |
|
| ExtensibilityModelImpl |
|
| MarkupDirective |
The markup directive is used to delimit a section of a FreeMarker template that can then be manipulated by
extension module code.
|
| ModelElementImpl |
|
| ModelWriter |
|
| OpenModelElementImpl |
|
| UnboundContentModelElementImpl |
|