|
@@ -1,64 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
-<!DOCTYPE struts PUBLIC
|
|
|
|
|
- "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
|
|
|
|
|
- "http://struts.apache.org/dtds/struts-2.3.dtd">
|
|
|
|
|
-
|
|
|
|
|
-<struts>
|
|
|
|
|
- <constant name="struts.enable.DynamicMethodInvocation" value="true" />
|
|
|
|
|
- <!-- 修改上传文件的大小 -->
|
|
|
|
|
- <constant name="struts.multipart.maxSize" value="50000000"/>
|
|
|
|
|
- <package name="happy" namespace="/" extends="struts-default">
|
|
|
|
|
-
|
|
|
|
|
- <action name="user*" method = "{1}" class="com.happy.action.UserAction">
|
|
|
|
|
-
|
|
|
|
|
- </action>
|
|
|
|
|
- <action name="dr*" method = "{1}" class="com.happy.action.DeviceRankAction">
|
|
|
|
|
-
|
|
|
|
|
- </action>
|
|
|
|
|
-
|
|
|
|
|
- <action name="dt*" method = "{1}" class="com.happy.action.DevicetAction">
|
|
|
|
|
-
|
|
|
|
|
- </action>
|
|
|
|
|
- <action name="fbp*" method = "{1}" class="com.happy.action.FirstBufferpAction">
|
|
|
|
|
-
|
|
|
|
|
- </action>
|
|
|
|
|
- <action name="fbt*" method = "{1}" class="com.happy.action.FirstBuffertAction">
|
|
|
|
|
-
|
|
|
|
|
- </action>
|
|
|
|
|
- <action name="sbt*" method = "{1}" class="com.happy.action.SecondBuffertAction">
|
|
|
|
|
-
|
|
|
|
|
- </action>
|
|
|
|
|
- <action name="sbp*" method = "{1}" class="com.happy.action.SecondBufferpAction">
|
|
|
|
|
-
|
|
|
|
|
- </action>
|
|
|
|
|
- <action name="slt*" method = "{1}" class="com.happy.action.SmlmtAction">
|
|
|
|
|
-
|
|
|
|
|
- </action>
|
|
|
|
|
- <action name="st*" method = "{1}" class="com.happy.action.SmtAction">
|
|
|
|
|
-
|
|
|
|
|
- </action>
|
|
|
|
|
- <action name="tbt*" method = "{1}" class="com.happy.action.ThirdBuffertAction">
|
|
|
|
|
-
|
|
|
|
|
- </action>
|
|
|
|
|
- <action name="tra*" method = "{1}" class="com.happy.action.TravelAction">
|
|
|
|
|
-
|
|
|
|
|
- </action>
|
|
|
|
|
- <action name="gtm*" method = "{1}" class="com.happy.action.GtmtAction">
|
|
|
|
|
-
|
|
|
|
|
- </action>
|
|
|
|
|
- <action name="mob*" method = "{1}" class="com.happy.action.MobileAction">
|
|
|
|
|
-
|
|
|
|
|
- </action>
|
|
|
|
|
- <action name="tour*" method = "{1}" class="com.happy.action.TourAction">
|
|
|
|
|
-
|
|
|
|
|
- </action>
|
|
|
|
|
- <action name="ma*" method = "{1}" class="com.happy.action.ManagerAction">
|
|
|
|
|
-
|
|
|
|
|
- </action>
|
|
|
|
|
- <!-- 游客画像action -->
|
|
|
|
|
- <action name="ta*" method = "{1}" class="com.happy.action.TouristAnalysisAction"/>
|
|
|
|
|
- <action name="warm*" method = "{1}" class="com.happy.action.WarmAction"/>
|
|
|
|
|
- <action name="cross*" method = "{1}" class="com.happy.action2.crossAction"/>
|
|
|
|
|
- </package>
|
|
|
|
|
-
|
|
|
|
|
-</struts>
|
|
|