Uses of Class
de.xima.fc.common.fs.FSConfigurableProperties
Packages that use FSConfigurableProperties
Package
Description
Package with default remote interfaces for the communication between master- and frontend-server
Allgemeine Klassen für den Frontendserver
Die Frontendserver-Implementierung
-
Uses of FSConfigurableProperties in de.xima.fc.com.interfaces
Methods in de.xima.fc.com.interfaces that return FSConfigurablePropertiesModifier and TypeMethodDescriptionIFSSession.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 FSConfigurablePropertiesModifier and TypeMethodDescriptionvoidIFSSession.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 FSConfigurablePropertiesModifier and TypeMethodDescriptionstatic FSConfigurablePropertiesFSConfigurableProperties.loadFromProperties()Loads the configuration from the properties file. -
Uses of FSConfigurableProperties in de.xima.fc.fs
Methods in de.xima.fc.fs that return FSConfigurablePropertiesModifier and TypeMethodDescriptionFSConnection.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 FSConfigurablePropertiesModifier and TypeMethodDescriptionvoidFSConnection.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 FSConfigurablePropertiesMethods in de.xima.fc.fs.server with parameters of type FSConfigurablePropertiesModifier and TypeMethodDescriptionvoidFSSessionImpl.pushConfigurableProperties(FSConfigurableProperties errorPagesConfig) -
Uses of FSConfigurableProperties in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return FSConfigurablePropertiesModifier and TypeMethodDescriptionFrontendServerBean.getFsConfigurableProperties()Gets the configuration for the frontend server.