Ignore:
Timestamp:
12/10/10 22:05:19 (13 years ago)
Author:
gaba
Message:

admin/cache/del - created, notifyUser-messages

File:
1 edited

Legend:

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

    r908 r980  
    198198                           <param name="format">{2}</param>
    199199                           <param name="actionkey">{1}</param>
     200                            <result type="stream">                         
     201                                <param name="contentType">${getActionContentType()}</param>
     202                                <param name="inputName">resultStream</param>                           
     203                            </result>
     204                </action>
     205               
     206                <action name="admin/cache/del" class="eu.clarin.cmdi.mdservice.action.AdminAction" method="del">
    200207                            <result type="stream">                         
    201208                                <param name="contentType">${getActionContentType()}</param>
Note: See TracChangeset for help on using the changeset viewer.