public class InternalRedirectHandler extends Object implements NavigationHandler
For internal use only. May be renamed or removed in a future release.
| 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 © 2025. All rights reserved.