Class CmsManagedModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- org.eclipse.dirigible.commons.api.module.AbstractDirigibleModule
-
- org.eclipse.dirigible.cms.managed.CmsManagedModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class CmsManagedModule extends AbstractDirigibleModule
Module for managing CMS Providers instantiation and binding.
-
-
Constructor Summary
Constructors Constructor Description CmsManagedModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()StringgetName()-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Method Detail
-
configure
protected void configure()
- Overrides:
configurein classcom.google.inject.AbstractModule
-
getName
public String getName()
- Specified by:
getNamein classAbstractDirigibleModule
-
-