Ignore:
Timestamp:
07/12/10 12:46:30 (14 years ago)
Author:
gaba
Message:

load profiles,terms (elements) in 2 steps , using cache

File:
1 edited

Legend:

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

    r580 r582  
    8181                            </result>
    8282                </action>
     83                <action name="element/*/*" class="eu.clarin.cmdi.mdservice.action.CompRegistryProxyAction" method="execute">
     84                                <param name="format">{1}</param>
     85                                <param name="compid">{2}</param>
     86                                <param name="actionkey">elements</param>
     87                            <result type="stream">             
     88                                <param name="contentType">text/xml</param>                             
     89                                <param name="inputName">resultStream</param>
     90                            </result>
     91                </action>
     92               
    8393       
    8494                <action name="isocat/*" class="eu.clarin.cmdi.mdservice.action.DCRProxyAction" method="execute">
Note: See TracChangeset for help on using the changeset viewer.