Class Summary |
DocumentControllerBase |
Base controller class for all KRAD DocumentView screens working
with Document models |
IncidentReportController |
Handler for incident reports |
InquiryController |
Controller for InquiryView screens which handle
initial requests for the inquiry and actions coming from the
inquiry view such as export |
LookupController |
Controller that handles requests coming from a LookupView |
MaintenanceDocumentController |
Controller for MaintenanceView screens which operate on
MaintenanceDocument instances |
UifAnnotationMethodHandleAdapter |
This class is overloaded in order to hook in the UIF Binder classes. |
UifControllerBase |
Base controller class for views within the KRAD User Interface Framework
Provides common methods such as:
Authorization methods such as method to call check
Preparing the View instance and setup in the returned
ModelAndView
All subclass controller methods after processing should call one of the
#getUIFModelAndView methods to setup the View and return the
ModelAndView instance. |
UifControllerHandlerInterceptor |
Spring controller intercepter for KRAD controllers |