Uses of Class
de.xima.fc.common.error_page.ErrorPagesConfig
Packages that use ErrorPagesConfig
-
Uses of ErrorPagesConfig in de.xima.fc.common.error_page
Methods in de.xima.fc.common.error_page that return ErrorPagesConfigModifier and TypeMethodDescriptionstatic ErrorPagesConfigErrorPagesConfig.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 ErrorPagesConfigModifier and TypeMethodDescriptionFSConfigurableProperties.getErrorPagesConfig()Gets the configuration of error pages for the frontend server.Methods in de.xima.fc.common.fs with parameters of type ErrorPagesConfigModifier and TypeMethodDescriptionvoidFSConfigurableProperties.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