Commit 1d47c486 by 周添尉

接口

parent 8b09669a
...@@ -6,30 +6,30 @@ ...@@ -6,30 +6,30 @@
<struts> <struts>
<package name="src_jwapp" extends="gaowj"> <package name="src_jwapp" extends="gaowj">
<!-- Portlet相关 --> <!-- Portlet相关 -->
<action name="jwAppsPortletAct_*" class="com.jw.app.portlet.action.actAction" <action name="frontPortletAct_*" class="com.jw.app.portlet.action.actAction"
method="{1}"> method="{1}">
<result name="json" type="json"> <result name="json" type="json">
<param name="root">jsonObject</param> <param name="root">jsonObject</param>
</result> </result>
</action> </action>
<action name="jwAppsPortletData_*" class="com.jw.app.portlet.action.dataAction" <action name="frontPortletData_*" class="com.jw.app.portlet.action.dataAction"
method="{1}"> method="{1}">
<result name="json" type="json"> <result name="json" type="json">
<param name="root">jsonObject</param> <param name="root">jsonObject</param>
</result> </result>
</action> </action>
<action name="jwAppsPortletView_*" class="com.jw.app.portlet.action.viewAction" <action name="frontPortletView_*" class="com.jw.app.portlet.action.viewAction"
method="{1}"> method="{1}">
<result name="{1}">/jwapp/pages/portlet/{1}.jsp</result> <result name="{1}">/jwapp/pages/portlet/{1}.jsp</result>
</action> </action>
<!-- 集成应用相关 --> <!-- 集成应用相关 -->
<action name="jwAppsAppstoreAct_*" class="com.jw.app.apps.action.actAction" <action name="frontAppstoreAct_*" class="com.jw.app.apps.action.actAction"
method="{1}"> method="{1}">
<result name="json" type="json"> <result name="json" type="json">
<param name="root">jsonObject</param> <param name="root">jsonObject</param>
</result> </result>
</action> </action>
<action name="jwAppsAppstoreData_*" class="com.jw.app.apps.action.dataAction" <action name="frontAppstoreData_*" class="com.jw.app.apps.action.dataAction"
method="{1}"> method="{1}">
<result name="json" type="json"> <result name="json" type="json">
<param name="root">jsonObject</param> <param name="root">jsonObject</param>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment