Class FSConfigurableProperties
java.lang.Object
de.xima.fc.common.fs.FSConfigurableProperties
- All Implemented Interfaces:
Serializable
Contains the configuration of the frontend server that can be edited via the backend UI.
- Since:
- 8.3.6
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the configuration of error pages for the frontend server.static FSConfigurablePropertiesLoads the configuration from the properties file.voidSaves the configuration to the properties file.voidsetErrorPagesConfig(ErrorPagesConfig errorPagesConfig) Sets the configuration of error pages for the frontend server.
-
Constructor Details
-
FSConfigurableProperties
public FSConfigurableProperties()
-
-
Method Details
-
getErrorPagesConfig
Gets the configuration of error pages for the frontend server. Pulled from the frontend server. Can be edited via the backend UI.- Returns:
- The error pages configuration.
-
setErrorPagesConfig
Sets the configuration of error pages for the frontend server. Pulled from the frontend server. Can be edited via the backend UI.- Parameters:
errorPagesConfig- The error pages configuration.
-
saveToProperties
public void saveToProperties()Saves the configuration to the properties file. -
loadFromProperties
Loads the configuration from the properties file.- Returns:
- The loaded configuration.
-