| Interface | Description |
|---|---|
| ExpressionEvaluator |
Provides evaluation of expression language statements against a given context
|
| ExpressionEvaluatorFactory |
Creates instances of
ExpressionEvaluator to be managed by ViewLifecycleProcessor. |
| ViewAuthorizer |
Performs user based authorization for actions and components contained in a
View |
| ViewModel |
Interface that must be implemented for classes the provide the backing data (model) for a
View. |
| ViewPresentationController |
Configured for a
View instance to provide conditional authorization logic
based on any variable (view configuration, system parameters, ...) that does
not depend on the current user |
| Class | Description |
|---|---|
| DefaultExpressionEvaluator |
Evaluates expression language statements using the Spring EL engine
|
| DefaultExpressionEvaluatorFactory |
Creates instances of
DefaultExpressionEvaluator. |
| DocumentView |
View type for KRAD documents.
|
| FormView |
Provides configuration for
View instances that render an HTML form. |
| HistoryEntry |
A simple object that keeps track of various HistoryInformation
TODO a variety of these settings are not used in the current implementation of breadcrumbs
and history, they may be removed later if they prove unuseful in future changes
|
| IframeView |
IframeView is a View component that shows another website's content in an iframe.
|
| InquiryView |
Type of
View that provides a read-only display of a record of
data (object instance) |
| MaintenanceDocumentView |
View type for Maintenance documents
|
| MessageView |
View that presents a message to the user (for example an application error message)
|
| RequestAuthorizationCache |
Provides cache objects for KIM authorization during a single request
|
| TransactionalDocumentView |
View type for Transactional documents.
|
| View |
Root of the component tree which encompasses a set of related
GroupContainer instances tied together with a common page layout
and navigation.
|
| ViewAuthorizerBase |
Implementation of
ViewAuthorizer that verifies authorization with KIM permission checks |
| ViewIndex |
Holds component indexes of a
View instance for convenient retrieval during the lifecycle. |
| ViewPresentationControllerBase |
Implementation of
ViewPresentationController that implements no logic by default |
| ViewSessionPolicy |
Holds configuration related to session handling of a view (and its related form)
|
| ViewTheme |
Holds a configuration of CSS and JS assets that provides the base for one or more views.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.