public class ViewLifecycleBuild extends Object implements Runnable
Constructor and Description |
---|
ViewLifecycleBuild(Map<String,String> parameters,
Map<String,List<String>> refreshPathMappings)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
populateViewRequestParameters()
Invokes the view helper to populate view attributes from request parameters, then makes a back up of the
view request parameters on the form.
|
void |
run()
Runs the three lifecycle phases and performs post finalize processing.
|
protected void |
runApplyModelPhase()
Runs the apply model lifecycle phase.
|
protected void |
runFinalizePhase()
Runs the finalize lifecycle phase.
|
protected void |
runInitializePhase()
Runs the initialize lifecycle phase.
|
public ViewLifecycleBuild(Map<String,String> parameters, Map<String,List<String>> refreshPathMappings)
parameters
- Map of key values pairs that provide configuration for the view, this is generally comes from
the request and can be the request parameter Map itself. Any parameters not valid for the View will be
filtered outrefreshPathMappings
- public void run()
protected void populateViewRequestParameters()
protected void runInitializePhase()
First the view helper is invoked to perform any custom processing, then the processor is invoked to perform any tasks for this phase.
protected void runApplyModelPhase()
Default values are applied and context is setup for expression evaluation. Then the processor is invoked to perform any tasks for this phase.
protected void runFinalizePhase()
Processor is invoked to perform any tasks for this phase.
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.