Ignore:
Timestamp:
08/25/10 20:51:06 (14 years ago)
Author:
vronk
Message:

renamed document_counter to cacheindex_doc in Cache + added its path to .properties. added collection2htmlpage-view.

File:
1 edited

Legend:

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

    r582 r655  
    4141                            </result>
    4242                </action>
     43               
     44                <action name="collections/htmlpage" class="eu.clarin.cmdi.mdservice.action.CollectionProxyAction" method="execute">
     45                                <param name="format">htmlpage</param>
     46                                <param name="actionkey">collections</param>
     47                            <result type="stream">             
     48                                <param name="contentType">text/html</param>                             
     49                                <param name="inputName">resultStream</param>
     50                            </result>
     51                </action>
     52               
    4353               
    4454                <action name="comp/xml/*" class="eu.clarin.cmdi.mdservice.action.CompRegistryProxyAction" method="execute">
Note: See TracChangeset for help on using the changeset viewer.