Package org.spincast.plugins.dictionary
Class SpincastDictionaryPluginModule
java.lang.Object
com.google.inject.AbstractModule
org.spincast.core.guice.SpincastGuiceModuleBase
org.spincast.plugins.dictionary.SpincastDictionaryPluginModule
- All Implemented Interfaces:
com.google.inject.Module,org.spincast.core.guice.SpincastContextTypesInterested
public class SpincastDictionaryPluginModule
extends org.spincast.core.guice.SpincastGuiceModuleBase
Spincast Dictionary plugin module.
-
Constructor Summary
ConstructorsConstructorDescriptionSpincastDictionaryPluginModule(Class<? extends org.spincast.core.dictionary.Dictionary> dictionaryImplClass) SpincastDictionaryPluginModule(Class<? extends org.spincast.core.exchange.RequestContext<?>> requestContextImplementationClass, Class<? extends org.spincast.core.websocket.WebsocketContext<?>> websocketContextImplementationClass) SpincastDictionaryPluginModule(Class<? extends org.spincast.core.exchange.RequestContext<?>> requestContextImplementationClass, Class<? extends org.spincast.core.websocket.WebsocketContext<?>> websocketContextImplementationClass, Class<? extends org.spincast.core.dictionary.Dictionary> specificDictionaryImplClass) Constructor -
Method Summary
Methods inherited from class org.spincast.core.guice.SpincastGuiceModuleBase
getRequestContextImplementationClass, getRequestContextInterface, getWebsocketContextImplementationClass, getWebsocketContextInterface, install, parameterizeWithContextInterfaces, parameterizeWithRequestContext, parameterizeWithWebsocketContext, setRequestContextImplementationClass, setWebsocketContextImplementationClassMethods 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, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
Constructor Details
-
SpincastDictionaryPluginModule
public SpincastDictionaryPluginModule() -
SpincastDictionaryPluginModule
public SpincastDictionaryPluginModule(Class<? extends org.spincast.core.dictionary.Dictionary> dictionaryImplClass) -
SpincastDictionaryPluginModule
-
SpincastDictionaryPluginModule
public SpincastDictionaryPluginModule(Class<? extends org.spincast.core.exchange.RequestContext<?>> requestContextImplementationClass, Class<? extends org.spincast.core.websocket.WebsocketContext<?>> websocketContextImplementationClass, Class<? extends org.spincast.core.dictionary.Dictionary> specificDictionaryImplClass) Constructor- Parameters:
dictionaryImplClass- the specific dictionary implementation class to use.
-
-
Method Details
-
getSpecificDictionaryImplClass
-
configure
protected void configure()- Specified by:
configurein classorg.spincast.core.guice.SpincastGuiceModuleBase
-
bindSpincastDictionary
protected void bindSpincastDictionary() -
getDictionaryImplClass
-
getDefaultDictionaryImplClass
-