Package org.spincast.plugins.dictionary
Class SpincastDictionaryPlugin
java.lang.Object
org.spincast.core.guice.SpincastPluginBase
org.spincast.plugins.dictionary.SpincastDictionaryPlugin
- All Implemented Interfaces:
 SpincastContextTypesInterested,SpincastPlugin
Spincast Dictionary plugin.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.google.inject.Moduleapply(com.google.inject.Module module) Applies the plugin.getId()The id of the plugin.protected com.google.inject.ModulegetPluginModule(Class<? extends Dictionary> dictionaryImplClass) Methods inherited from class org.spincast.core.guice.SpincastPluginBase
createdGuiceInjector, getPluginsToDisable, getRequestContextImplementationClass, getWebsocketContextImplementationClass, setContextTypes, setRequestContextImplementationClass, setWebsocketContextImplementationClass 
- 
Field Details
- 
PLUGIN_ID
 
 - 
 - 
Constructor Details
- 
SpincastDictionaryPlugin
public SpincastDictionaryPlugin() 
 - 
 - 
Method Details
- 
getId
Description copied from interface:SpincastPluginThe id of the plugin. - 
apply
public com.google.inject.Module apply(com.google.inject.Module module) Description copied from interface:SpincastPluginApplies the plugin.The plugin can add bindings to the current Guice module, can modify it and can inspect it in order to decide what to bind or not.
- Returns:
 - an ajusted Guice module.
 
 - 
getPluginModule
 
 -