.. java:import:: dk.magenta.datafordeler.core.configuration ConfigurationManager .. java:import:: dk.magenta.datafordeler.core.database ConfigurationSessionManager .. java:import:: org.apache.logging.log4j LogManager .. java:import:: org.apache.logging.log4j Logger .. java:import:: org.springframework.beans.factory.annotation Autowired .. java:import:: org.springframework.stereotype Component .. java:import:: javax.annotation PostConstruct GeoConfigurationManager ======================= .. java:package:: dk.magenta.datafordeler.geo.configuration :noindex: .. java:type:: @Component public class GeoConfigurationManager extends ConfigurationManager Methods ------- createConfiguration ^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected GeoConfiguration createConfiguration() :outertype: GeoConfigurationManager getConfigurationClass ^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected Class getConfigurationClass() :outertype: GeoConfigurationManager getLog ^^^^^^ .. java:method:: @Override protected Logger getLog() :outertype: GeoConfigurationManager getSessionManager ^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected ConfigurationSessionManager getSessionManager() :outertype: GeoConfigurationManager init ^^^^ .. java:method:: @PostConstruct public void init() :outertype: GeoConfigurationManager