public.javadoc.org.spincast.plugins.request.SpincastRequestPlugin.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
SpincastRequestPlugin (org.spincast:spincast-framework 2.1.1 API)
Package org.spincast.plugins.request
Class SpincastRequestPlugin
java.lang.Object
org.spincast.core.guice.SpincastPluginBase
org.spincast.plugins.request.SpincastRequestPlugin
- All Implemented Interfaces:
SpincastContextTypesInterested
, SpincastPlugin
Guice module for the Spincast Request plugin.
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.spincast.core.guice.SpincastPluginBase
createdGuiceInjector, getPluginsToDisable, getRequestContextImplementationClass, getWebsocketContextImplementationClass, setContextTypes, setRequestContextImplementationClass, setWebsocketContextImplementationClass
-
Field Details
-
PLUGIN_ID
-
Constructor Details
-
SpincastRequestPlugin
public SpincastRequestPlugin()
-
Method Details
-
getId
Description copied from interface: SpincastPlugin
The id of the plugin.
-
apply
public com.google.inject.Module apply(com.google.inject.Module module)
Description copied from interface: SpincastPlugin
Applies 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
protected com.google.inject.Module getPluginModule()