Uses of Class
de.xima.fc.common.error_page.ErrorPagesConfig
-
Packages that use ErrorPagesConfig Package Description de.xima.fc.common.error_page de.xima.fc.common.fs de.xima.fc.gui.bean.settings -
-
Uses of ErrorPagesConfig in de.xima.fc.common.error_page
Methods in de.xima.fc.common.error_page that return ErrorPagesConfig Modifier and Type Method Description static ErrorPagesConfig
ErrorPagesConfig. loadFromProperties()
Loads the error page mappings from the application properties and returns a new model with that data. -
Uses of ErrorPagesConfig in de.xima.fc.common.fs
Methods in de.xima.fc.common.fs that return ErrorPagesConfig Modifier and Type Method Description ErrorPagesConfig
FSConfigurableProperties. getErrorPagesConfig()
Gets the configuration of error pages for the frontend server.Methods in de.xima.fc.common.fs with parameters of type ErrorPagesConfig Modifier and Type Method Description void
FSConfigurableProperties. setErrorPagesConfig(ErrorPagesConfig errorPagesConfig)
Sets the configuration of error pages for the frontend server. -
Uses of ErrorPagesConfig in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return ErrorPagesConfig Modifier and Type Method Description ErrorPagesConfig
ApplicationConfigBean. getErrorPagesModel()
-