|
Class Summary |
| WmDownloadModel |
|
| WmDownloadView |
implementation of the wmDownloadView
relies on a instance of WmDownloadModel on the model (key=WmDownloadModel.DOWNLOAD_MODEL_KEY)
holding the data for this view. |
| WmDownloadViewResolver |
ViewResolver for download reponses to the client
if the requested viewname == WmDownloadModel.WM_DOWNLOAD_VIEW
a new WmDownloadView instance is returned
otherwhise null so other resolvers can render this viewname |
| WmEditView |
Contains a reference to a form view for a component. |
| WmMultiEditView |
This class is actually a container of multiple JSP views |
| WmViewResolver |
View resolver for webmanager views. |