Package org.codehaus.waffle.view

Interface Summary
ViewDispatcher Responsible for dispatching a view
ViewResolver The view resolver determines the path the next view.
 

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 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.
 



Copyright © 2008. All Rights Reserved.