|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
AbstractXMLDBController is the base class for all the generic XML
database access Spring MVC controllers.AbstractXMLDBTilesComponent is used as a base class for
all the XML database accessing tiles components.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
ICollectionManageXMLDBDao using XML:DB apis to be reusable across
any XML database which supports a pure XML:DB apiIResourceManageXMLDBDao using XML:DB apis to be reusable across
any XML database which supports a pure XML:DB apiIXPathXMLDBDao using XML:DB apis to be reusable across
any XML database which supports a pure XML:DB apiIXQueryXMLDBDao using XML:DB apis to be reusable across
any XML database which supports a pure XML:DB api.IXUpdateXMLDBDao using XML:DB apis to be reusable across
any XML database which supports a pure XML:DB api.ControllerDelegatingTilesComponent is used to delegate from a configured tiles component to a spring
controller.DelegatingCollection implements a XML:DB collection which
delegates to an underlying connection object supplied in the constructor
IDatabaseManageXMLDBDao using the eXist specifc service
for managing the databaseExistEmbeddedServer will startup an embedded XML database
which can be connected to in the same JVM be using a xmldb:$databasename:/// database uri
for the database.ExistStandaloneServer will startup an embedded XML database
which can be connected to in the same JVM be using a xmldb:$databasename:/// database uri
for the database.IDatabaseManageXMLDBDao using the eXist specifc service
for XQuerys which does not implement the XML:DB api version.FileXQueryXMLDBController runs an XQuery stored in a File resource
against an XML database collection.XMLDBCollectionInfo
objects
XMLDBResourceInfo
objects
UnsupportedOperationException.
IObjectToXMLProcessor interface defines the methods for the transforming of
Object graphs to XML documents and back again.IXMLDBFacade defines the implementation of a facade to XML database
data access layer providing simple methods to the base web controllers and tiles components
File object
to the database.
File object
to the database.
AbstractFactory
that creates JDOM elements.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 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)
PoolableCollectionFactory creates instances of the PoolableCollection
SimpleMultiActionFormController provides a multiple form processing action
similar to MultiActionController for form processing allowing a concrete class to
benefit from the binding and error handling capabilties of the FormController but execute different
submission actions.IXMLDBFacade which just delegates to the appropiate
dao.SimpleXMLDBXsltView is a Spring view used to
aggregate the results of a AbstractXMLDBController into a single XML
document to render either as XML or transform with XSLT
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 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
SubmitParameterPropertiesMethodNameResolver trys to resolve
the method name to called based on the value of the submit parameter used in the
form submission.UnsupportedOperationException.
UrlFilenameXMLDBResourceController retrieves a resource from the collection
using the filename of the request URL as the id.XMLDBExportProcessor is used to export the contents of an XML database to a filesystem
location.XMLDBImportProcessor can be used to upload the contents of a filesystem
to an XML database.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 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
XStreamObjectToXMLProcessor uses xstream
to convert objects to and from XML.XindiceManagedServer will start up a local embedded managed
instance of Xindice without XMLRPC access.
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||