Class SpincastUndertowPlugin

java.lang.Object
org.spincast.core.guice.SpincastPluginBase
org.spincast.plugins.undertow.SpincastUndertowPlugin
All Implemented Interfaces:
org.spincast.core.guice.SpincastContextTypesInterested, org.spincast.core.guice.SpincastPlugin

public class SpincastUndertowPlugin extends org.spincast.core.guice.SpincastPluginBase
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.inject.Module
    apply(com.google.inject.Module module)
     
     
    protected com.google.inject.Module
     

    Methods inherited from class org.spincast.core.guice.SpincastPluginBase

    createdGuiceInjector, getPluginsToDisable, getRequestContextImplementationClass, getWebsocketContextImplementationClass, setContextTypes, setRequestContextImplementationClass, setWebsocketContextImplementationClass

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PLUGIN_ID

      public static final String PLUGIN_ID
  • Constructor Details

    • SpincastUndertowPlugin

      public SpincastUndertowPlugin()
  • Method Details

    • getId

      public String getId()
    • apply

      public com.google.inject.Module apply(com.google.inject.Module module)
    • getPluginModule

      protected com.google.inject.Module getPluginModule()