public abstract class ManagementNavigator extends Object implements Navigator
| Constructor and Description |
|---|
ManagementNavigator() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
handleManagementNavigation(UriFragment uriFragment) |
void |
handleNavigation(UriFragment uriFragment)
Handle the incoming navigation request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTriggerpublic void handleNavigation(UriFragment uriFragment)
NavigatorNavigator.getTrigger()), as well as the parameters contain
the values of the parameters passed in the query string (if any).
The handleNavigation is responsible for setting the current URI-fragment to
the correct value (the passed uriFragment or another on in case URL is invalid).handleNavigation in interface Navigatorpublic abstract void handleManagementNavigation(UriFragment uriFragment)
Copyright © 2016 Alfresco. All rights reserved.