public class ProcessNavigator extends Object implements Navigator, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
process_URI_PART |
| Constructor and Description |
|---|
ProcessNavigator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTrigger()
Gets the string that triggers this handler to be used
when navigation should be performed.
|
void |
handleNavigation(UriFragment uriFragment)
Handle the incoming navigation request.
|
public static final String process_URI_PART
public String getTrigger()
NavigatorgetTrigger in interface Navigatorpublic 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 NavigatorCopyright © 2016 Alfresco. All rights reserved.