◆ doExecuteApp()
boolean org.turro.contacts.path.ContactsInterceptor.doExecuteApp |
( |
Application |
application, |
|
|
String |
goTo, |
|
|
KeyValueMap |
kvm |
|
) |
| |
|
protected |
Reimplemented from org.turro.action.AbstractInterceptor.
Definition at line 40 of file ContactsInterceptor.java.
41 if(
"acceptance".equals(goTo)) {
42 ContactMenu.showAcceptances();
44 }
else if(
"contact".equals(goTo)) {
45 if(Application.getApplication().isInRole(
"contact:edit")) {
46 ContactMenu.showContact(kvm.get(
"contactId"));
49 }
else if(
"convocation".equals(goTo)) {
50 if(Application.getApplication().isInRole(
"convocation:edit")) {
51 ContactMenu.showConvocation(kvm.get(
"convocationId"));
◆ doExecuteWeb()
boolean org.turro.contacts.path.ContactsInterceptor.doExecuteWeb |
( |
IConstructor |
constructor, |
|
|
String |
goTo, |
|
|
KeyValueMap |
kvm |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: