@Component public class NavigatorManager extends Object implements org.springframework.beans.factory.InitializingBean, Serializable
Modifier and Type | Field and Description |
---|---|
protected Navigator |
defaultHandler |
protected Map<String,Navigator> |
navigationHandlers |
Constructor and Description |
---|
NavigatorManager() |
Modifier and Type | Method and Description |
---|---|
void |
addNavigator(Navigator handler) |
void |
afterPropertiesSet() |
Navigator |
getDefaultNavigator() |
Navigator |
getNavigator(String trigger) |
void |
setDefaultNavigator(Navigator handler) |
Copyright © 2016 Alfresco. All rights reserved.