Interface IAppContainer


@Deprecated public interface IAppContainer
Deprecated.
since 10.18. This interface will be removed in Mendix 11. There is no replacement.
The AppContainer is responsible for the first steps when starting a Mendix app.

This includes checking the JDK version, starting the admin action handler, and registering the available admin actions.

This interface is meant for internal use only.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Register an AdminAction with the AppContainer for handling admin requests.
  • Method Details

    • registerAdminAction

      void registerAdminAction(AdminAction adminAction)
      Deprecated.
      Register an AdminAction with the AppContainer for handling admin requests.
      Parameters:
      adminAction - the AdminAction to register.