Package stroom.query.audit.client
Class RemoteClientModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- stroom.query.audit.client.RemoteClientModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class RemoteClientModule extends com.google.inject.AbstractModule
-
-
Constructor Summary
Constructors Constructor Description RemoteClientModule(java.util.Map<java.lang.String,java.lang.String> urlsByType)
-
Method Summary
Modifier and Type Method Description <DOC_REF_TYPE extends DocRefEntity>
RemoteClientModuleaddType(java.lang.String type, java.lang.Class<DOC_REF_TYPE> docRefClass)
protected void
configure()
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Method Detail
-
addType
public <DOC_REF_TYPE extends DocRefEntity> RemoteClientModule addType(java.lang.String type, java.lang.Class<DOC_REF_TYPE> docRefClass)
-
configure
protected void configure()
- Overrides:
configure
in classcom.google.inject.AbstractModule
-
-