Subversion Repositories bacoAlunos

Rev

Rev 1830 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1704 jmachado 1
<?xml version="1.0" encoding="UTF-8"?>
2
 
3
<!--<!DOCTYPE struts-config PUBLIC-->
4
        <!--"-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"-->
5
        <!--"http://struts.apache.org/dtds/struts-config_1_3.dtd">-->
6
 
7
<struts-config>
8
 
9
 
10
    <form-beans>
11
 
12
    </form-beans>
13
 
14
    <global-exceptions>
15
 
16
    </global-exceptions>
17
 
18
    <global-forwards>
19
 
20
    </global-forwards>
21
 
22
    <action-mappings>
23
 
24
 
25
        <action path="/ws-services" forward="/user/jsonModel.do?dispatch=executeService&amp;serviceJson=wsListServices"/>
26
 
27
        <action path="/startGenerateChaveApps" forward="page.gen.chave.apps.password.pae"/>
28
 
29
        <action path="/ws-authenticate" forward="/authenticateWidget.do?dispatch=executeService&amp;serviceJson=authenticateApp"/>
30
        <action path="/secure/ws-login-challenge" forward="/user/jsonModel.do?dispatch=executeSimpleServiceOkFail&amp;serviceJson=wsLoginMobileChallenge"/>
31
        <action path="/secure/ws-student-list" forward="/user/jsonModel.do?dispatch=executeService&amp;serviceJson=wsListStudents"/>
32
        <action path="/secure/ws-teacher-list" forward="/user/jsonModel.do?dispatch=executeService&amp;serviceJson=wsListTeachers"/>
33
 
34
 
35
 
36
    </action-mappings>
37
 
38
 
39
</struts-config>