public class ViewLifecyclePhaseBuilderBase extends Object implements ViewLifecyclePhaseBuilder
Constructor and Description |
---|
ViewLifecyclePhaseBuilderBase() |
Modifier and Type | Method and Description |
---|---|
ViewLifecyclePhase |
buildPhase(String viewPhase)
Creates a lifecycle phase instance for the active view.
|
ViewLifecyclePhase |
buildPhase(String viewPhase,
LifecycleElement element,
Component parent,
String parentPath)
Creates a lifecycle phase instance for a specific component in the current lifecycle.
|
public ViewLifecyclePhaseBuilderBase()
public ViewLifecyclePhase buildPhase(String viewPhase)
buildPhase
in interface ViewLifecyclePhaseBuilder
viewPhase
- View phase to build an instance for.ViewLifecycle.getView()
public ViewLifecyclePhase buildPhase(String viewPhase, LifecycleElement element, Component parent, String parentPath)
buildPhase
in interface ViewLifecyclePhaseBuilder
viewPhase
- view phase to build an instance forelement
- lifecycle element to build an instance forparent
- parent componentparentPath
- path relative to the parent component referring to the lifecycle elementCopyright © 2005–2014 The Kuali Foundation. All rights reserved.