Interface InitializableBean

All Known Implementing Classes:
DefaultRequestHandlerFactoryBean, DefaultTowServer, FreeMarkerConfigurationFactoryBean, JettyServer, LightRequestHandlerFactoryBean, PebbleEngineFactoryBean, QuartzSchedulerFactoryBean, SessionListenerRegistrationBean, SqlSessionFactoryBean

public interface InitializableBean
The Interface InitializableBean.
Since:
2011. 2. 20.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoke on initialization after it has set all bean properties supplied.
  • Method Details

    • initialize

      @AvoidAdvice void initialize() throws Exception
      Invoke on initialization after it has set all bean properties supplied.
      Throws:
      Exception - if initialization fails