first commit
This commit is contained in:
26
comm/FollowUp/config/api.xml
Executable file
26
comm/FollowUp/config/api.xml
Executable file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE struts PUBLIC
|
||||
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
|
||||
"http://struts.apache.org/dtds/struts-2.0.dtd">
|
||||
<struts>
|
||||
<package name="api" namespace="/api" extends="root">
|
||||
<result-types>
|
||||
<result-type name="json"
|
||||
class="org.apache.struts2.json.JSONResult" />
|
||||
</result-types>
|
||||
<interceptors>
|
||||
<interceptor name="json"
|
||||
class="org.apache.struts2.json.JSONInterceptor" />
|
||||
</interceptors>
|
||||
|
||||
<action name="trader"
|
||||
class="project.follow.web.TraderAction">
|
||||
</action>
|
||||
<action name="traderFollowUser"
|
||||
class="project.follow.web.TraderFollowUserAction">
|
||||
</action>
|
||||
<action name="traderUser"
|
||||
class="project.follow.web.TraderUserAction">
|
||||
</action>
|
||||
</package>
|
||||
</struts>
|
||||
Reference in New Issue
Block a user