Ignore:
Timestamp:
06/23/10 10:10:33 (14 years ago)
Author:
gaba
Message:

collections + cache changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/struts.xml

    r519 r521  
    2626               
    2727       
     28          <action name="collections/*" class="eu.clarin.cmdi.mdservice.action.CollectionProxyAction" method="execute">
     29                                <param name="format">{1}</param>
     30                                <param name="actionkey">collections</param>
     31                            <result type="stream">             
     32                                <param name="contentType">text/xml</param>                             
     33                                <param name="inputName">resultStream</param>
     34                            </result>
     35                </action>
     36               
     37               
    2838                <action name="comp/*/*" class="eu.clarin.cmdi.mdservice.action.CompRegistryProxyAction" method="execute">
    2939                                <param name="format">{1}</param>
Note: See TracChangeset for help on using the changeset viewer.