public class SpincastDictionaryPlugin extends SpincastPluginBase
| Constructor and Description |
|---|
SpincastDictionaryPlugin() |
| Modifier and Type | Method and Description |
|---|---|
com.google.inject.Module |
apply(com.google.inject.Module module)
Applies the plugin.
|
String |
getId()
The id of the plugin.
|
protected com.google.inject.Module |
getPluginModule(Class<? extends Dictionary> dictionaryImplClass) |
createdGuiceInjector, getPluginsToDisable, getRequestContextImplementationClass, getWebsocketContextImplementationClass, setContextTypes, setRequestContextImplementationClass, setWebsocketContextImplementationClasspublic static final String PLUGIN_ID
public String getId()
SpincastPluginpublic com.google.inject.Module apply(com.google.inject.Module module)
SpincastPluginThe 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.
protected com.google.inject.Module getPluginModule(Class<? extends Dictionary> dictionaryImplClass)
Copyright © 2019. All rights reserved.