| Package | Description |
|---|---|
| org.springframework.extensions.surf.render | |
| org.springframework.extensions.surf.types |
| Modifier and Type | Method and Description |
|---|---|
SubComponent |
RenderService.SubComponentData.getSubComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
RenderService.renderSubComponent(SubComponent subComponent,
RequestContext context,
RenderFocus renderFocus)
Renders the supplied
SubComponent. |
| Constructor and Description |
|---|
RenderService.SubComponentData(SubComponent subComponent) |
| Modifier and Type | Method and Description |
|---|---|
SubComponent |
SubComponent.clone()
Clones the current object, resetting all the key data as it does so.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubComponent> |
AdvancedComponent.getSubComponents() |
List<SubComponent> |
AdvancedComponentImpl.getSubComponents()
Retrieve the sub component list for this component.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SubComponent.compareTo(SubComponent that)
Compares the indices of the current instance and the supplied instance.
|
void |
SubComponent.mergeExtension(SubComponent ext)
Merges the overrides defined in the supplied extension.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedComponent.setSubComponents(List<SubComponent> renderableElements) |
void |
AdvancedComponentImpl.setSubComponents(List<SubComponent> subComponents)
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.