◆ doExecuteApp()
boolean org.turro.students.command.StudentsInterceptor.doExecuteApp |
( |
Application |
application, |
|
|
String |
goTo, |
|
|
KeyValueMap |
kvm |
|
) |
| |
|
protected |
◆ doExecuteWeb()
boolean org.turro.students.command.StudentsInterceptor.doExecuteWeb |
( |
IConstructor |
constructor, |
|
|
String |
goTo, |
|
|
KeyValueMap |
kvm |
|
) |
| throws IOException |
|
protected |
Reimplemented from org.turro.action.AbstractInterceptor.
Definition at line 40 of file StudentsInterceptor.java.
41 if(
"challenge".equals(goTo)) {
42 String path = ElephantContext.getEntityWebContext(
"/challenge");
43 if(Strings.isBlank(path)) {
44 path =
"/user/challenges";
46 constructor.redirect(Parameters.path(path)
47 .add(
"item", kvm.get(
"challengeId"))
49 constructor.redirect(path +
"?item=" + kvm.get(Long.class,
"challengeId"));
The documentation for this class was generated from the following file: