Uses of Class
de.xima.fc.common.fs.FSConfigurableProperties
-
Packages that use FSConfigurableProperties Package Description de.xima.fc.com.interfaces Package with default remote interfaces for the communication between master- and frontend-serverde.xima.fc.common.fs de.xima.fc.fs Allgemeine Klassen für den Frontendserverde.xima.fc.fs.server Die Frontendserver-Implementierungde.xima.fc.gui.bean.settings -
-
Uses of FSConfigurableProperties in de.xima.fc.com.interfaces
Methods in de.xima.fc.com.interfaces that return FSConfigurableProperties Modifier and Type Method Description FSConfigurableProperties
IFSSession. pullConfigurableProperties()
Pulls the configuration from the frontend server that can be edited via the backend UI.Methods in de.xima.fc.com.interfaces with parameters of type FSConfigurableProperties Modifier and Type Method Description void
IFSSession. pushConfigurableProperties(FSConfigurableProperties configurableProperties)
Pushes the given configuration to the frontend server. -
Uses of FSConfigurableProperties in de.xima.fc.common.fs
Methods in de.xima.fc.common.fs that return FSConfigurableProperties Modifier and Type Method Description static FSConfigurableProperties
FSConfigurableProperties. loadFromProperties()
Loads the configuration from the properties file. -
Uses of FSConfigurableProperties in de.xima.fc.fs
Methods in de.xima.fc.fs that return FSConfigurableProperties Modifier and Type Method Description FSConfigurableProperties
FSConnection. pullConfigurableProperties()
Pulls the configuration from the frontend server that can be edited via the backend UI.Methods in de.xima.fc.fs with parameters of type FSConfigurableProperties Modifier and Type Method Description void
FSConnection. pushConfigurableProperties(FSConfigurableProperties configurableProperties)
Pushes the given configuration to the frontend server. -
Uses of FSConfigurableProperties in de.xima.fc.fs.server
Methods in de.xima.fc.fs.server that return FSConfigurableProperties Modifier and Type Method Description FSConfigurableProperties
FSSessionImpl. pullConfigurableProperties()
Methods in de.xima.fc.fs.server with parameters of type FSConfigurableProperties Modifier and Type Method Description void
FSSessionImpl. pushConfigurableProperties(FSConfigurableProperties errorPagesConfig)
-
Uses of FSConfigurableProperties in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return FSConfigurableProperties Modifier and Type Method Description FSConfigurableProperties
FrontendServerBean. getFsConfigurableProperties()
Gets the configuration for the frontend server.
-