public.javadoc.org.spincast.plugins.undertow.SpincastUndertowPluginModule.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.
SpincastUndertowPluginModule (org.spincast:spincast-framework 1.13.0 API)
org.spincast.plugins.undertow
Class SpincastUndertowPluginModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- org.spincast.core.guice.SpincastGuiceModuleBase
-
- org.spincast.plugins.undertow.SpincastUndertowPluginModule
-
- All Implemented Interfaces:
- com.google.inject.Module, SpincastContextTypesInterested
public class SpincastUndertowPluginModule
extends SpincastGuiceModuleBase
-
-
Constructor Summary
Constructors
Constructor and Description
SpincastUndertowPluginModule()
SpincastUndertowPluginModule(Class<? extends RequestContext<?>> requestContextImplementationClass,
Class<? extends WebsocketContext<?>> websocketContextImplementationClass)
-
Method Summary
-
Methods inherited from class org.spincast.core.guice.SpincastGuiceModuleBase
getRequestContextImplementationClass, getRequestContextInterface, getWebsocketContextImplementationClass, getWebsocketContextInterface, install, parameterizeWithContextInterfaces, parameterizeWithRequestContext, parameterizeWithWebsocketContext, setRequestContextImplementationClass, setWebsocketContextImplementationClass
-
Methods 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 Detail
-
SpincastUndertowPluginModule
public SpincastUndertowPluginModule()
-
SpincastUndertowPluginModule
public SpincastUndertowPluginModule(Class<? extends RequestContext<?>> requestContextImplementationClass,
Class<? extends WebsocketContext<?>> websocketContextImplementationClass)
-
Method Detail
-
configure
protected void configure()
- Specified by:
configure
in class SpincastGuiceModuleBase
-
bindSpincastUndertowUtils
protected void bindSpincastUndertowUtils()
-
getSpincastUndertowUtilsClass
protected Class<? extends SpincastUndertowUtils> getSpincastUndertowUtilsClass()
-
bindCorsHandlerFactory
protected void bindCorsHandlerFactory()
-
getCorsHandlerClass
protected Class<? extends CorsHandler> getCorsHandlerClass()
-
bindGzipCheckerHandlerFactory
protected void bindGzipCheckerHandlerFactory()
-
getGzipCheckerHandlerClass
protected Class<? extends GzipCheckerHandler> getGzipCheckerHandlerClass()
-
bindSkipResourceOnQueryStringHandlerFactory
protected void bindSkipResourceOnQueryStringHandlerFactory()
-
getSkipResourceOnQueryStringHandlerClass
protected Class<? extends SkipResourceOnQueryStringHandler> getSkipResourceOnQueryStringHandlerClass()
-
bindSpincastResourceHandlerFactory
protected void bindSpincastResourceHandlerFactory()
-
getSpincastResourceHandlerClass
protected Class<? extends SpincastResourceHandler> getSpincastResourceHandlerClass()
-
bindCacheBusterRemovalHandlerFactory
protected void bindCacheBusterRemovalHandlerFactory()
-
getCacheBusterRemovalHandlerClass
protected Class<? extends CacheBusterRemovalHandler> getCacheBusterRemovalHandlerClass()
-
bindFileClassPathResourceManagerFactory
protected void bindFileClassPathResourceManagerFactory()
-
getFileClassPathResourceManagerClass
protected Class<? extends FileClassPathResourceManager> getFileClassPathResourceManagerClass()
-
bindHttpAuthIdentityManagerFactory
protected void bindHttpAuthIdentityManagerFactory()
-
getSpincastHttpAuthIdentityManagerClass
protected Class<? extends SpincastHttpAuthIdentityManager> getSpincastHttpAuthIdentityManagerClass()
-
bindUndertowWebsocketEndpointWriterFactory
protected void bindUndertowWebsocketEndpointWriterFactory()
-
getUndertowWebsocketEndpointWriterClass
protected Class<? extends UndertowWebsocketEndpointWriter> getUndertowWebsocketEndpointWriterClass()
-
bindWebsocketEndpointFactory
protected void bindWebsocketEndpointFactory()
-
getWebsocketEndpointClass
protected Class<? extends WebsocketEndpoint> getWebsocketEndpointClass()
Copyright © 2019. All rights reserved.