|
Class Summary |
| BeanPropertyConverter |
Used to make XStream use bean getters to serialize, no attributes |
| DefaultViewDispatcher |
The ViewDispatcher handles redirecting/forwarding/exporting to the view |
| DefaultViewResolver |
The default ViewResolver simply returns the path of the View being resolved. |
| ExportView |
Indicates that the view has content which should be exported to a filename using the given content type. |
| RedirectView |
Indicates that the view should be redirected to. |
| ResponderView |
A ResponderView is able to use the servlet response and write directly to it,
instead of dispatching it. |
| View |
Represents the view that the resolver will dispatch. |
| XMLView |
A view that renders the controller as XML. |