Class Summary |
BeanPropertyConverter |
Used to make XStream use bean getters to serialize, no attributes |
DefaultDispatchAssistant |
|
DefaultViewDispatcher |
The ViewDispatcher handles redirecting/forwarding to the view |
DefaultViewResolver |
The default view resolver |
RedirectView |
|
ResponderView |
A ResponderView is able to use the servlet response and write directly to it,
instead of dispatching it. |
View |
Represents the value of the view, View resolver will dispatch
View should hold:
- the value from that action method
- The action
this allows for more granular decisions on how to handle a View |
XMLView |
A view that renders the controller as XML. |