Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jfV5fwqjk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
管理员
jfV5fwqjk
Commits
8f220298
Commit
8f220298
authored
May 25, 2018
by
liuyz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
5412bc5b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletions
+17
-1
struts-ext.xml
src/struts-ext.xml
+17
-1
No files found.
src/struts-ext.xml
View file @
8f220298
...
@@ -5,6 +5,11 @@
...
@@ -5,6 +5,11 @@
<struts>
<struts>
<package
name=
"src_monitoring"
extends=
"gaowj"
>
<package
name=
"src_monitoring"
extends=
"gaowj"
>
<action
name=
"warningAct_*"
class=
"com.gaowj.warning.action.actAction"
method=
"{1}"
>
<result
name=
"json"
type=
"json"
>
<param
name=
"root"
>
jsonObject
</param>
</result>
</action>
<action
name=
"warningView_*"
class=
"com.gaowj.warning.action.viewAction"
method=
"{1}"
>
<action
name=
"warningView_*"
class=
"com.gaowj.warning.action.viewAction"
method=
"{1}"
>
<result
name=
"{1}"
>
/monitoring/pages/warning/{1}.jsp
</result>
<result
name=
"{1}"
>
/monitoring/pages/warning/{1}.jsp
</result>
</action>
</action>
...
@@ -57,7 +62,7 @@
...
@@ -57,7 +62,7 @@
</action>
</action>
<action
name=
"userView_*"
class=
"com.gaowj.user.action.viewAction"
method=
"{1}"
>
<action
name=
"userView_*"
class=
"com.gaowj.user.action.viewAction"
method=
"{1}"
>
<result
name=
"{1}"
>
/monitoring/pages/
host
/{1}.jsp
</result>
<result
name=
"{1}"
>
/monitoring/pages/
user
/{1}.jsp
</result>
</action>
</action>
<action
name=
"userAct_*"
class=
"com.gaowj.user.action.actAction"
method=
"{1}"
>
<action
name=
"userAct_*"
class=
"com.gaowj.user.action.actAction"
method=
"{1}"
>
<result
name=
"json"
type=
"json"
>
<result
name=
"json"
type=
"json"
>
...
@@ -71,4 +76,15 @@
...
@@ -71,4 +76,15 @@
</action>
</action>
</package>
</package>
<package
name=
"default"
namespace=
"/"
extends=
"struts-default"
>
<interceptors>
<!-- 定义拦截器堆栈 -->
<interceptor-stack
name=
"adminStack"
>
<interceptor-ref
name=
"defaultStack"
></interceptor-ref>
</interceptor-stack>
</interceptors>
<action
name=
"sendMail"
class=
"com.gaowj.zabbix.action.actAction"
method=
"sendMail"
>
</action>
</package>
</struts>
</struts>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment