Uses of Class
uk.co.lakesidetech.springxmldb.spring.web.tiles.AbstractXMLDBTilesComponent

Packages that use AbstractXMLDBTilesComponent
uk.co.lakesidetech.springxmldb.spring.web.tiles   
 

Uses of AbstractXMLDBTilesComponent in uk.co.lakesidetech.springxmldb.spring.web.tiles
 

Subclasses of AbstractXMLDBTilesComponent in uk.co.lakesidetech.springxmldb.spring.web.tiles
 class FileXQueryTilesComponent
           
 class SimpleXPathXMLDBTilesComponent
           
 class SimpleXQueryXMLDBTilesComponent
           
 class XMLResourceRequestParamXMLDBTilesComponent
           Tiles component retrieves an XML resource string given an the resource id on the request parameter.
 class XMLResourceXMLDBTilesComponent
           Tiles component retrieves a specific resource from the xml database as a String.
 class 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
 class 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
 class 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
 class 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