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

Packages that use AbstractXMLDBController
uk.co.lakesidetech.springxmldb.spring.web.controller   
uk.co.lakesidetech.springxmldb.spring.web.controller.xupdate   
 

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

Subclasses of AbstractXMLDBController in uk.co.lakesidetech.springxmldb.spring.web.controller
 class 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
 class FileXQueryXMLDBController
           The FileXQueryXMLDBController runs an XQuery stored in a File resource against an XML database collection.
 class 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.
 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 RemoveXMLDBResourceController
           
 class 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
 class 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
 class UrlFilenameXMLDBResourceController
           The UrlFilenameXMLDBResourceController retrieves a resource from the collection using the filename of the request URL as the id.
 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.
 class 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
 

Uses of AbstractXMLDBController in uk.co.lakesidetech.springxmldb.spring.web.controller.xupdate
 

Subclasses of AbstractXMLDBController in uk.co.lakesidetech.springxmldb.spring.web.controller.xupdate
 class XUpdateRequestParamSubXMLDBController
           
 class XUpdateXMLDBController