Class | Description |
---|---|
AssignIdsTask |
Assign a unique ID to the component, if one has not already been assigned.
|
ComponentDefaultInitializeTask |
Perform default initialization defined for the component.
|
HelperCustomInitializeTask |
Perform custom initialization for the component defined by the helper.
|
InitializeContainerFromHelperTask |
Invoke custom initialization on the container from the view helper.
|
InitializeDataFieldFromDictionaryTask |
Performs initialization on data fields based on attributes found in the data dictionary.
|
PopulateComponentFromExpressionGraphTask |
Populate property values on the component from the expression graph.
|
PopulatePathTask |
Assigns a lifecycle element's path property
LifecycleElement.setViewPath(String) and
LifecycleElement#setPath(String) , based on the paths to the element from
LifecycleElementState . |
PopulateReplacersAndModifiersFromExpressionGraphTask |
Populate property values on the all property replacers and component modifiers from the
expression graph.
|
PrepareForCacheTask |
Invokes
Copyable#preventModification() on the lifecycle element. |
ProcessRemoteFieldsHolderTask |
Process any remote fields holder that might be in the containers items.
|
SortContainerTask |
Sort items in a container
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.