Class ConfigurationService

java.lang.Object
ch.ralscha.extdirectspring.controller.ConfigurationService
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

@Service public class ConfigurationService extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
  • Constructor Details

    • ConfigurationService

      public ConfigurationService()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception
    • getConfiguration

      public Configuration getConfiguration()
    • getJsonHandler

      public JsonHandler getJsonHandler()
    • getApplicationContext

      public org.springframework.context.ApplicationContext getApplicationContext()
    • getParametersResolver

      public ParametersResolver getParametersResolver()
    • getRouterExceptionHandler

      public RouterExceptionHandler getRouterExceptionHandler()