| Package | Description |
|---|---|
| org.springframework.extensions.surf.extensibility | |
| org.springframework.extensions.surf.extensibility.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
DeferredContentTargetModelElement.enterEditMode(String mode,
DeferredContentSourceModelElement sourceElement)
Moves the
DeferredContentTargetModelElement into edit mode so that subsequent requests are
processed appropriately. |
void |
DeferredContentTargetModelElement.registerDeferredSourceElement(DeferredContentSourceModelElement sourceElement)
This method should be called by a
DeferredContentSourceModelElement to register itself with its
target so that when the DeferredContentTargetModelElement flushes its content it can reach into the
ExtensibilityModel to retrieve the content it needs to output. |
| Modifier and Type | Method and Description |
|---|---|
List<DeferredContentSourceModelElement> |
ExtensibilityModelImpl.enterDeferredContentEditMode(org.springframework.extensions.surf.extensibility.impl.ExtensibilityModelImpl.RangeData targetRange,
String action)
Iterates over the supplied
RangeData object and calls the enterEditMode method
on any DeferredContentSourceModelElement instances that are found within it. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensibilityModelImpl.exitDeferredContentEditMode(List<DeferredContentSourceModelElement> deferredSourceElements)
Iterates over the supplied
RangeData object and calls the exitEditMode method on
any DeferredContentSourceModelElement instances that are found within it. |
Copyright © 2005–2021 Alfresco Software. All rights reserved.