@Component(value="cuba_RedirectHandler")
@Scope(value="prototype")
public class RedirectHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Events |
events |
static java.lang.String |
NAME |
protected NavigationState |
redirect |
protected static java.lang.String |
REDIRECT_PARAM |
protected AppUI |
ui |
protected WebConfig |
webConfig |
protected WindowConfig |
windowConfig |
Constructor and Description |
---|
RedirectHandler(AppUI ui) |
Modifier and Type | Method and Description |
---|---|
void |
redirect() |
void |
schedule(NavigationState redirect) |
boolean |
scheduled() |
public static final java.lang.String NAME
protected static final java.lang.String REDIRECT_PARAM
@Inject protected Events events
@Inject protected WebConfig webConfig
@Inject protected WindowConfig windowConfig
protected AppUI ui
protected NavigationState redirect
public RedirectHandler(AppUI ui)
public void schedule(NavigationState redirect)
public boolean scheduled()
public void redirect()