public class RedirectAfterLoginFilter extends Object implements Filter
| Modifier and Type | Field and Description |
|---|---|
static String |
REDIR
The result indicating that a redict after login should be done.
|
| Constructor and Description |
|---|
RedirectAfterLoginFilter()
Creates a RedirectAfterLoginFilter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Gives a chance to the filter to deallocalte any resources before it is destroyed.
|
String |
filter(InvocationChain chain)
Executes the filter.
|
public static final String REDIR
public RedirectAfterLoginFilter()
public String filter(InvocationChain chain) throws Exception
Filterpublic void destroy()
FilterCopyright © 2015. All Rights Reserved.