Package | Description |
---|---|
org.kuali.rice.krad.uif.lifecycle |
Modifier and Type | Method and Description |
---|---|
ComponentPostMetadata |
ViewPostMetadata.getComponentPostMetadata(String componentId)
Gets the component post metadata for the given component id.
|
ComponentPostMetadata |
ViewPostMetadata.getComponentPostMetadataForPath(String path)
Iterates over the componentPostMetadataMap to find a componentPostMetadata which matches the path given.
|
static ComponentPostMetadata |
ViewLifecycle.getRefreshComponentPostMetadata()
When the lifecycle is processing a component refresh, returns a
ComponentPostMetadata instance for the component being
refresh. |
ComponentPostMetadata |
ViewPostMetadata.initializeComponentPostMetadata(Component component)
Initializes a component post metadata instance for the given component.
|
ComponentPostMetadata |
ViewPostMetadata.initializeComponentPostMetadata(String componentId)
Initializes a component post metadata instance for the given component id.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ComponentPostMetadata> |
ViewPostMetadata.getComponentPostMetadataMap()
Map containing post metadata for a component keyed by the component id.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
LifecycleRefreshPathBuilder.buildRefreshPathMappings(LifecycleElement lifecycleElement,
ComponentPostMetadata componentPostMetadata)
Builds the refresh paths for the given lifecycle element and sets onto the post metadata for storage.
|
static void |
ViewLifecycle.encapsulateLifecycle(View view,
Object model,
ViewPostMetadata viewPostMetadata,
ComponentPostMetadata refreshComponentPostMetadata,
javax.servlet.http.HttpServletRequest request,
Runnable lifecycleProcess)
Encapsulate a new view lifecycle process on the current thread.
|
protected static void |
ViewLifecycle.setupStandaloneComponentForRefresh(View view,
String componentId,
ComponentPostMetadata componentPostMetadata)
Before running the lifecycle on a component that is not attached to a view, we need to retrieve the component,
add it to the dialogs list, and setup its refresh paths.
|
protected static void |
LifecycleRefreshPathBuilder.storePhasePathMapping(LifecycleElement lifecycleElement,
ComponentPostMetadata componentPostMetadata)
Store phase path mapping for component if there are any paths different from the final path.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewPostMetadata.setComponentPostMetadataMap(Map<String,ComponentPostMetadata> componentPostMetadataMap) |
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.