Package eu.clarin.cmdi.mdservice.action

Class Summary
Admin Helper class, main-class to run as command-line java-app for testing
Cache This is a rudimentary caching mechanism.
CompRegistryProxyAction Acts as a Struts 2 controller serves the requests regarding Components it passes them further (Proxy) to the ComponentRegistry.
DCRProxyAction Acts as a Struts 2 controller serves the requests regarding DataCategories it passes them further (Proxy) to the Data Category Registry.
GenericProxyAction main Struts 2 controller responds to requests (collections, model, recordset) by dispatching the requests to appropriate internal methods and filling the inputStream with the result
Helpers  
MDRepoProxyAction Main Struts 2 controller responds to requests (collections, model, recordset) by dispatching the requests to appropriate internal methods and filling the inputStream with the result
MDTransformer Helper class, encapsulating the xsl-transformations handling the contract is, that the requester passes a key, which can be resolved to a xsl-script (momentary mapped in properties: Admin.getConfig()) Bad things happen, if the key or the appropriate xsl-file do not exist