public class ModalDialogStatusSaver extends RequestChainProcessor
Modifier and Type | Field and Description |
---|---|
protected boolean |
configEnabled |
protected Long |
currentSectionId |
protected String |
currentWorkspaceId |
protected NavigationManager |
navigationManager |
protected boolean |
wasModalOn |
Constructor and Description |
---|
ModalDialogStatusSaver() |
Modifier and Type | Method and Description |
---|---|
Long |
getCurrentSectionId() |
String |
getCurrentWorkspaceId() |
ModalDialogComponent |
getModalDialog() |
NavigationManager |
getNavigationManager() |
boolean |
isConfigEnabled() |
static ModalDialogStatusSaver |
lookup() |
boolean |
modalOnBeforeRequest() |
protected boolean |
processRequest()
Make required processing of request.
|
void |
setNavigationManager(NavigationManager navigationManager) |
doRequestProcessing, getControllerStatus, getNextStep, getRequest, getResponse, setNextStep
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, start, stop
protected String currentWorkspaceId
protected Long currentSectionId
protected boolean configEnabled
protected boolean wasModalOn
protected NavigationManager navigationManager
public static ModalDialogStatusSaver lookup()
public NavigationManager getNavigationManager()
public void setNavigationManager(NavigationManager navigationManager)
public boolean modalOnBeforeRequest()
public String getCurrentWorkspaceId()
public Long getCurrentSectionId()
public boolean isConfigEnabled()
public ModalDialogComponent getModalDialog()
protected boolean processRequest() throws Exception
RequestChainProcessor
processRequest
in class RequestChainProcessor
Exception
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.