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() |
void |
updateCurrentProject()
Sets the current project on the current project bean.
|
ec, isDetached, isHasDBdestroySessionBean, 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, ucaddErrorMsg, 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, getErrorMessagepublic 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 updateCurrentProject()
public void addDesignerConfig()
public void refreshBackupList()
public String getBackupVersion()
public void setBackupVersion(String backupVersion)
@PreDestroy public void stop()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.