Package com.mendix.m2ee.api
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 TypeMethodDescriptionvoid
registerAdminAction
(AdminAction adminAction) Deprecated.Register an AdminAction with the AppContainer for handling admin requests.
-
Method Details
-
registerAdminAction
Deprecated.Register an AdminAction with the AppContainer for handling admin requests.- Parameters:
adminAction
- the AdminAction to register.
-