@SessionScoped public class ModalDialogStatusSaver extends AbstractChainProcessor implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
configEnabled |
protected Long |
currentSectionId |
protected String |
currentWorkspaceId |
protected boolean |
wasModalOn |
Constructor and Description |
---|
ModalDialogStatusSaver() |
Modifier and Type | Method and Description |
---|---|
Long |
getCurrentSectionId() |
String |
getCurrentWorkspaceId() |
boolean |
isConfigEnabled() |
static ModalDialogStatusSaver |
lookup() |
boolean |
modalOnBeforeRequest() |
boolean |
processRequest()
Make required processing of request.
|
getHttpRequest, getHttpResponse, getRequest, getRequestContext, getResponse, setResponse
protected String currentWorkspaceId
protected Long currentSectionId
protected boolean configEnabled
protected boolean wasModalOn
public static ModalDialogStatusSaver lookup()
public boolean modalOnBeforeRequest()
public String getCurrentWorkspaceId()
public Long getCurrentSectionId()
public boolean isConfigEnabled()
public boolean processRequest() throws Exception
RequestChainProcessor
processRequest
in interface RequestChainProcessor
Exception
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.