@Name(value="styleGuideActions") @Scope(value=CONVERSATION) public class StyleGuideActions extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected ActionManager | 
actionManager  | 
protected Action | 
currentPage  | 
static String | 
PAGE_ACTION_CAT  | 
protected List<Action> | 
pages  | 
| Constructor and Description | 
|---|
StyleGuideActions()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Action> | 
getActions(String cat)  | 
Action | 
getCurrentPage()  | 
String | 
getCurrentPageId()  | 
List<Action> | 
getPages()  | 
void | 
setCurrentPage(Action currentPage)  | 
void | 
setCurrentPageId(String currentPageId)  | 
public static final String PAGE_ACTION_CAT
@In(create=true,
    required=false)
protected transient ActionManager actionManager
protected Action currentPage
public StyleGuideActions()
public Action getCurrentPage()
public void setCurrentPage(Action currentPage)
public String getCurrentPageId()
public void setCurrentPageId(String currentPageId)
public List<Action> getActions(String cat)
Copyright © 2019 Nuxeo. All rights reserved.