Package org.ibisph.mvc.controller

Provides the common base controllers/code.

See:
          Description

Class Summary
AbstractModelAndView Common controller code which sets headers and content type.
GenericXMLXSLTTransformation Generic XML / XSLT Transformation Controller.
PublishOrgUnits Org Unit XML Publishing Controller.
PublishXML Base Publish XML Controller which can be directly used or extended.
SystemIDFromEndOfPathInfoXMLModelAndDate Controller which uses the specified view with the model being provided as an (XML) file specified as the end string value of the request's path info.
SystemIDFromPathInfoXMLModelAndDate Controller which uses the specified view with the model being provided as an (XML) file specified as part of the request's path info.
XMLModelAndDate Base of all XML/XSLT controllers that simply defines the standard model name properties (along with setter/getter methods).
 

Package org.ibisph.mvc.controller Description

Provides the common base controllers/code. This includes a couple of base classes, a generic transformation controller, several publishing type controllers, and several XML System ID type controllers.