Class SpincastSessionPluginModule

java.lang.Object
com.google.inject.AbstractModule
org.spincast.core.guice.SpincastGuiceModuleBase
org.spincast.plugins.session.SpincastSessionPluginModule
All Implemented Interfaces:
com.google.inject.Module, org.spincast.core.guice.SpincastContextTypesInterested

public class SpincastSessionPluginModule extends org.spincast.core.guice.SpincastGuiceModuleBase
Spincast Session plugin module.
  • Constructor Details

    • SpincastSessionPluginModule

      public SpincastSessionPluginModule()
  • Method Details

    • configure

      protected void configure()
      Specified by:
      configure in class org.spincast.core.guice.SpincastGuiceModuleBase
    • getSpincastSessionConfigImplClass

      protected Class<? extends SpincastSessionConfig> getSpincastSessionConfigImplClass()
    • getSpincastUserSessionImplClass

      protected Class<? extends SpincastSession> getSpincastUserSessionImplClass()
    • getSpincastSessionFilterImplClass

      protected Class<? extends SpincastSessionFilter> getSpincastSessionFilterImplClass()
    • getSpincastSessionPluginScheduledTaskProviderImplClass

      protected Class<? extends SpincastSessionPluginScheduledTaskProvider> getSpincastSessionPluginScheduledTaskProviderImplClass()
    • getSpincastSessionManagerImplClass

      protected Class<? extends SpincastSessionManager> getSpincastSessionManagerImplClass()
    • getSpincastSessionRepositoryImplClass

      protected Class<? extends SpincastSessionRepository> getSpincastSessionRepositoryImplClass()
    • getSpincastSessionFilterAdderImplClass

      protected Class<? extends SpincastSessionFilterAdder> getSpincastSessionFilterAdderImplClass()