Package org.ibisph.mvc.view

General purpose Spring MVC Views.

See:
          Description

Interface Summary
ClientRedirection Defineds methods needed for a Client Redirection View object.
 

Class Summary
Chart Spring framework MVC chart view.
ErrorJSP Simple JSP view used to display error messages and exceptions.
SimpleClientRedirection Basic Spring MVC client redirection view implementation.
XSLTXMLTransformation Base/core XML/XSLT Transformation View.
 

Package org.ibisph.mvc.view Description

General purpose Spring MVC Views. These views are handle most of the applications view needs. Most views are XSLT/XML transformations. The balance of the views are chart requests and the JSP used to display errors. A client redirection view is also included which has properties that control its behavior thus keeping the system somewhat pluggable.