| Package | Description |
|---|---|
| org.springframework.extensions.surf.extensibility | |
| org.springframework.extensions.surf.extensibility.impl |
| Modifier and Type | Method and Description |
|---|---|
DeferredContentTargetModelElement |
ExtensibilityModel.getDeferredContent(String directiveId,
String directiveName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensibilityModel.insertDeferredContentTarget(int index,
OpenModelElement open,
DeferredContentTargetModelElement target,
CloseModelElement close)
Allows
DeferredContentTargetModelElement instances (along with their associated OpenModelElement and
CloseModelElement instances) to be inserted at a requested point in the model. |
| Modifier and Type | Method and Description |
|---|---|
DeferredContentTargetModelElement |
ExtensibilityModelImpl.getDeferredContent(String directiveId,
String directiveName)
Finds and returns the deferred
DeferredContentTargetModelElement specified by the supplied
directive ID and name. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensibilityModelImpl.insertDeferredContentTarget(int index,
OpenModelElement open,
DeferredContentTargetModelElement target,
CloseModelElement close)
Allows
DeferredContentTargetModelElement instances (along with their associated OpenModelElement and
CloseModelElement instances) to be inserted at a requested point in the model. |
Copyright © 2005–2015 Alfresco Software. All rights reserved.