| Package | Description |
|---|---|
| org.springframework.extensions.surf.extensibility | |
| org.springframework.extensions.surf.extensibility.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CloseModelElement
Instances of classes that implement this interface are used to indicate the end of a section of content in the
model.
|
interface |
ContentModelElement |
interface |
DeferredContentSourceModelElement
This is a
ContentModelElement that doesn't place any content at the location where it is placed in
the ExtensibilityModel. |
interface |
DeferredContentTargetModelElement
This is a
ContentModelElement that does not produce any content when it is first rendered by instead
relies on subsequently rendered DeferredContentSourceModelElement instances to populate it with data
before its final content is flushed. |
interface |
OpenModelElement
Instances of classes that implement this interface are used to indicate the start of a section of content in the
model.
|
interface |
ValidatedContentModelElement |
| Modifier and Type | Method and Description |
|---|---|
List<ExtensibilityModelElement> |
ExtensibilityModel.getAdditionalContentElements()
Retrieves the list of elements being generated as part of extension processing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloseModelElementImpl |
class |
DefaultContentModelElement |
class |
DiscardUnboundContentModelElementImpl
A
ContentModelElement that despite accepting unbounded content (that is content not defined by an extensibility
element) does not actually output it when flushed. |
class |
ModelElementImpl |
class |
OpenModelElementImpl |
class |
UnboundContentModelElementImpl |
| Modifier and Type | Method and Description |
|---|---|
List<ExtensibilityModelElement> |
ExtensibilityModelImpl.getAdditionalContentElements()
Retrieves the current
List of ExtensibilityModelElement instances that are being
generated as part of extension processing. |
Copyright © 2005–2015 Alfresco Software. All rights reserved.