Package uk.co.lakesidetech.springxmldb.spring.web.controller

Class Summary
AbstractXMLDBController The AbstractXMLDBController is the base class for all the generic XML database access Spring MVC controllers.
AdvancedUrlFilenameXMLDBResourceController Expands on UrlFilenameXMLDBResourceController to retrieve a resource using the filename on the request URL but also determining the collection to retrieve from using the URL The ignorePathForCollection parameter is used to remove the first part of the URL to determine the collection to retrieve the resource from
FileXQueryXMLDBController The FileXQueryXMLDBController runs an XQuery stored in a File resource against an XML database collection.
MultiXPathXMLDBController The MultiXPathXMLDBController is used to run multiple xpath queries against a collection in an XML database and aggregate the results into a Map of query results in XML against the query name.
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)
RemoveXMLDBResourceController  
SimpleXPathXMLDBController The SimpleXPathXMLDBController 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
SimpleXQueryXMLDBController The SimpleXQueryXMLDBController is used to run an xquery query against a collection in an XML database where the xquery to run is supplied as a property of the object and can be set in the context configuration file
UrlFilenameXMLDBResourceController The UrlFilenameXMLDBResourceController retrieves a resource from the collection using the filename of the request URL as the id.
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.
XQueryRequestParametersXMLDBController The XQueryRequestParametersXMLDBController is used to run an xquery query against a collection in an XML database where the xquery to run is supplied as a property of the object and can be set in the context configuration file