Uses of Interface
uk.co.lakesidetech.springxmldb.spring.IXMLDBFacade

Packages that use IXMLDBFacade
uk.co.lakesidetech.springxmldb.spring   
uk.co.lakesidetech.springxmldb.spring.web.controller   
uk.co.lakesidetech.springxmldb.spring.web.controller.spxform   
uk.co.lakesidetech.springxmldb.spring.web.tiles   
 

Uses of IXMLDBFacade in uk.co.lakesidetech.springxmldb.spring
 

Classes in uk.co.lakesidetech.springxmldb.spring that implement IXMLDBFacade
 class CachingXMLDBFacade
           Implementation example of facade that uses results caching with source attribute wangy cache and oscache.
 class SimpleXMLDBFacade
           A simple implementation of IXMLDBFacade which just delegates to the appropiate dao.
 

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

Methods in uk.co.lakesidetech.springxmldb.spring.web.controller that return IXMLDBFacade
 IXMLDBFacade AbstractXMLDBController.getXmldbFacade()
           
 

Methods in uk.co.lakesidetech.springxmldb.spring.web.controller with parameters of type IXMLDBFacade
 void AbstractXMLDBController.setXmldbFacade(IXMLDBFacade xmldbFacade)
           
 

Uses of IXMLDBFacade in uk.co.lakesidetech.springxmldb.spring.web.controller.spxform
 

Methods in uk.co.lakesidetech.springxmldb.spring.web.controller.spxform with parameters of type IXMLDBFacade
 void XMLDBResourceCreateEditForm.setXmldbFacade(IXMLDBFacade xmldbFacade)
           
 

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

Fields in uk.co.lakesidetech.springxmldb.spring.web.tiles declared as IXMLDBFacade
protected  IXMLDBFacade AbstractXMLDBTilesComponent.facade
           
 

Methods in uk.co.lakesidetech.springxmldb.spring.web.tiles that return IXMLDBFacade
 IXMLDBFacade AbstractXMLDBTilesComponent.getFacade()