Class SpincastCssAutoprefixerPluginModule
java.lang.Object
com.google.inject.AbstractModule
org.spincast.core.guice.SpincastGuiceModuleBase
org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerPluginModule
- All Implemented Interfaces:
com.google.inject.Module,SpincastContextTypesInterested
Spincast CSS Autoprefixer plugin module.
-
Constructor Summary
ConstructorsConstructorDescriptionSpincastCssAutoprefixerPluginModule(Class<? extends RequestContext<?>> requestContextImplementationClass, Class<? extends WebsocketContext<?>> websocketContextImplementationClass) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected Class<? extends SpincastCssAutoprefixerConfig>protected Class<? extends SpincastCssAutoprefixerManager>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
-
SpincastCssAutoprefixerPluginModule
public SpincastCssAutoprefixerPluginModule() -
SpincastCssAutoprefixerPluginModule
public SpincastCssAutoprefixerPluginModule(Class<? extends RequestContext<?>> requestContextImplementationClass, Class<? extends WebsocketContext<?>> websocketContextImplementationClass)
-
-
Method Details
-
configure
protected void configure()- Specified by:
configurein classSpincastGuiceModuleBase
-
getSpincastCssAutoprefixerManagerImpl
-
getCssAutoprefixerConfigImpl
-