◆ redirectToLogin()
static void org.turro.elephant.context.ElephantLogin.redirectToLogin |
( |
IConstructor |
constructor | ) |
throws IOException |
|
static |
Definition at line 30 of file ElephantLogin.java.
31 if(constructor !=
null) {
32 ElContext ctx = constructor.getCurrentContext();
33 if(ctx !=
null && ctx.getPath().startsWith(
"/user/user-list")) {
34 constructor.redirect(
"/user/user-list");
36 constructor.redirect(
"/user" + (ctx !=
null ?
"?redir=" + ctx.getPath() :
""));
The documentation for this class was generated from the following file: