Interface Initializable

All Known Subinterfaces:
EarlyInitializable
All Known Implementing Classes:
DefaultValidatorFactory, PrefixBasedActionProxyFactory, StrutsConversionPropertiesProcessor

public interface Initializable
Beans marked with this interface will be always initialised after the internal DI mechanism will be created. It should be only used internally!
Since:
Struts 2.5.14
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Use this method to initialise your bean, the whole dependency graph was already built
  • Method Details

    • init

      void init()
      Use this method to initialise your bean, the whole dependency graph was already built