Package com.axelor.app
Class AxelorModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- com.axelor.app.AxelorModule
-
- All Implemented Interfaces:
Module
public abstract class AxelorModule extends AbstractModule
The entry-point of application module.Application module can provide an implementation of
AxelorModule
to configureGuice
bindings and do some initialization when application starts.
-
-
Constructor Summary
Constructors Constructor Description AxelorModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addQuickMenu(Class<? extends QuickMenuCreator> quickMenuClass)
protected Multibinder<QuickMenuCreator>
quickMenuBinder()
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Method Detail
-
quickMenuBinder
protected Multibinder<QuickMenuCreator> quickMenuBinder()
-
addQuickMenu
protected void addQuickMenu(Class<? extends QuickMenuCreator> quickMenuClass)
-
-