Interface ModuleInitializedContext


public interface ModuleInitializedContext
Context for the registration of dynamic resources and module-specific initializations.

It is invoked before the end of the module's initialization phase.

Since:
5.9.0
See Also:
  • Method Details

    • registerRESTApplication

      void registerRESTApplication(Class<? extends RESTApplicationAbstract> anApplication)
      Registers dynamically a REST Toolkit application.
      Parameters:
      anApplication - REST Toolkit application class to instantiate, register and load.