| Class | Description |
|---|---|
| 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 |
Used to maintain the debug data about the
ExtensibilityDirective instances used in a single request. |
| 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 |
An extension of the
Writer class that is used with the ExtensibilityModel. |
| OpenModelElementImpl | |
| UnboundContentModelElementImpl |
Copyright © 2005–2017 Alfresco Software. All rights reserved.