Uses of Class
uk.co.lakesidetech.springxmldb.spring.web.controller.SimpleXPathXMLDBController

Packages that use SimpleXPathXMLDBController
uk.co.lakesidetech.springxmldb.spring.web.controller   
 

Uses of SimpleXPathXMLDBController in uk.co.lakesidetech.springxmldb.spring.web.controller
 

Subclasses of SimpleXPathXMLDBController in uk.co.lakesidetech.springxmldb.spring.web.controller
 class ParameterXPathXMLDBController
           The ParameterXPathXMLDBController is used to run an xpath query against a collection in an XML database where the xpath to run is supplied a request parameter (either through a form post or on the query string)
 class XPathRequestParamSubXMLDBController
           The XPathRequestParamSubXMLDBController is used to run an xpath query against a collection in an XML database where the xpath to run is supplied as a property of the object and can be set in the context configuration file.