| Package | Description |
|---|---|
| org.springframework.extensions.surf.extensibility | |
| org.springframework.extensions.surf.extensibility.impl |
| Modifier and Type | Interface and Description |
|---|---|
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 |
ValidatedContentModelElement |
| Modifier and Type | Method and Description |
|---|---|
ContentModelElement |
ExtensibilityDirectiveData.createContentModelElement()
Creates a new instance of the type of
ContentModelElement for with the associated ExtensibilityDirective. |
ContentModelElement |
ExtensibilityModel.findContentModelElement(String id)
Finds a specific
ContentModelElement (with the supplied identifier) in the model. |
| Modifier and Type | Class and Description |
|---|---|
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 |
UnboundContentModelElementImpl |
| Modifier and Type | Method and Description |
|---|---|
ContentModelElement |
DefaultExtensibilityDirectiveData.createContentModelElement() |
ContentModelElement |
ExtensibilityModelImpl.findContentModelElement(String id) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.