Package org.spincast.plugins.routing
Class SpincastRoutingPlugin
java.lang.Object
org.spincast.core.guice.SpincastPluginBase
org.spincast.plugins.routing.SpincastRoutingPlugin
- All Implemented Interfaces:
- SpincastContextTypesInterested,- SpincastPlugin
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.spincast.core.guice.SpincastPluginBasecreatedGuiceInjector, getPluginsToDisable, getRequestContextImplementationClass, getWebsocketContextImplementationClass, setContextTypes, setRequestContextImplementationClass, setWebsocketContextImplementationClass
- 
Field Details- 
loggerprotected static final org.slf4j.Logger logger
- 
PLUGIN_ID
 
- 
- 
Constructor Details- 
SpincastRoutingPluginpublic SpincastRoutingPlugin()
 
- 
- 
Method Details- 
getIdDescription copied from interface:SpincastPluginThe id of the plugin.
- 
applypublic 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
 
-