Class ViewLifecycleProcessorBase
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleProcessorBase
- All Implemented Interfaces:
ViewLifecycleProcessor
- Direct Known Subclasses:
AsynchronousViewLifecycleProcessor,SynchronousViewLifecycleProcessor
Abstract base lifecycle processor implementation.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionGets the lifecycle associated with this processor.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.uif.lifecycle.ViewLifecycleProcessor
getActivePhase, getExpressionEvaluator, getRenderingContext, offerPendingPhase, performPhase, pushPendingPhase
-
Method Details
-
getLifecycle
Gets the lifecycle associated with this processor.- Specified by:
getLifecyclein interfaceViewLifecycleProcessor- Returns:
- lifecycle associated with this processor
-