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

Class Summary
AbstractXMLDBTilesComponent The AbstractXMLDBTilesComponent is used as a base class for all the XML database accessing tiles components.
ControllerDelegatingTilesComponent The ControllerDelegatingTilesComponent is used to delegate from a configured tiles component to a spring controller.
FileXQueryTilesComponent  
SimpleXPathXMLDBTilesComponent  
SimpleXQueryXMLDBTilesComponent  
XMLResourceRequestParamXMLDBTilesComponent Tiles component retrieves an XML resource string given an the resource id on the request parameter.
XMLResourceXMLDBTilesComponent Tiles component retrieves a specific resource from the xml database as a String.
XPathAttributesSubTilesComponent This tiles component performs a xpath query on a collection in an xml datbase but also subsitutes any $variables found in the xpath string with provided tiles context attributes defined in the definitions file
XPathRequestParamSubTilesComponent This tiles component performs a xpath query on a collection in an xml datbase but also subsitutes any $variables found in the xpath string with any request parameters either from the query string of form posts
XQueryAttributesTilesComponent This tiles component performs a XQuery query on a collection in an xml datbase but also passes any attributes to be used as variables in the xquery allowing $paramKey to be used in the XQuery
XQueryRequestParametersTilesComponent This tiles component performs a XQuery query on a collection in an xml datbase but also passes the request parameter map to be used as variables in the xquery allowing $paramKey to be used in the XQuery