public class DesignerBean extends ABackendJSFContext
omnifaces:restorableView
(
see the docs) enabled. This means that
when the view cannot be restored (user is not logged in, session is different etc.) a new view is created. This also
means all state is lost. Therefore, you must restore all relevant state during init()
.AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuilder
Constructor and Description |
---|
DesignerBean() |
Modifier and Type | Method and Description |
---|---|
void |
addDesignerConfig()
Called by a remote command from JSF.
|
String |
getBackupVersion() |
Set<IPluginFormElementCatalogue> |
getCatalogues() |
Collection<String> |
getCssIncludes() |
CurrentProjectBean |
getCurrentProjectBean() |
String |
getDesignerConfig() |
Map<String,String> |
getFormVersionBackups() |
Long |
getProjectClientId() |
SessionBean |
getSessionBean() |
String |
getTitle() |
ViewBean |
getViewBean() |
void |
init() |
void |
refreshBackupList() |
void |
renewFd2Session() |
void |
setBackupVersion(String backupVersion) |
void |
setCurrentProjectBean(CurrentProjectBean currentProjectBean) |
void |
setFormVersionBackups(Map<String,String> formVersionBackups) |
void |
setSessionBean(SessionBean sessionBean) |
void |
setViewBean(ViewBean viewBean) |
void |
stop() |
ec, isDetached, isHasDB
destroySessionBean, encodeURL, findBean, findBean, findBean, findBean, findBean, findBean, findBean, findCurrentView, getBeanName, getBeanName, getContext, getCurrentViewBean, getLocaleBean, getRequest, getResponse, getSession, getSession, getSessionAttribute, isMasterServerContext, loadLazy, redirect, redirect, redirect, redirect, redirectToDashboard, redirectToDashboard, setLocaleBean, setSessionAttribute, uc
addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsgFromString, addErrorMsgFromString, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsgFromString, addInfoMsgFromString, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addMsg, addMsg, addMsg, addMsg, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, getErrorMessage
public ViewBean getViewBean()
public void setViewBean(ViewBean viewBean)
public SessionBean getSessionBean()
public void setSessionBean(SessionBean sessionBean)
public CurrentProjectBean getCurrentProjectBean()
public void setCurrentProjectBean(CurrentProjectBean currentProjectBean)
public Set<IPluginFormElementCatalogue> getCatalogues()
@PostConstruct public void init()
public void renewFd2Session()
public String getTitle()
public Long getProjectClientId()
public String getDesignerConfig()
public Collection<String> getCssIncludes()
public void addDesignerConfig()
public void refreshBackupList()
public String getBackupVersion()
public void setBackupVersion(String backupVersion)
@PreDestroy public void stop()
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.