Class UifControllerBase

java.lang.Object
org.kuali.rice.krad.web.controller.UifControllerBase
Direct Known Subclasses:
DocumentControllerBase, DummyLoginController, IncidentReportController, InitiatedDocumentInfoController, InquiryController, LookupController, MockViewController, ModuleLockedController, SessionTimeoutController, UifClientListener, UifExportController

public abstract class UifControllerBase extends Object
Base controller class for views within the KRAD User Interface Framework.

Provides common methods such as navigation, collection handling, queries, and refresh calls. All subclass controller methods after processing should call one of the #getModelAndView methods to setup the View and return the ModelAndView instance.

Author:
Kuali Rice Team (rice.collab@kuali.org)