public class InternalRedirectHandler extends Object implements NavigationHandler
| Constructor and Description |
|---|
InternalRedirectHandler(Location target)
Creates a new redirect handler for the provided location.
|
| Modifier and Type | Method and Description |
|---|---|
int |
handle(NavigationEvent event)
Handles the navigation event.
|
public InternalRedirectHandler(Location target)
target - the target of the redirect, not nullpublic int handle(NavigationEvent event)
NavigationHandlerhandle in interface NavigationHandlerevent - the navigation event to handleCopyright © 2021. All rights reserved.