Class SpincastSessionFilterDefault

java.lang.Object
org.spincast.plugins.session.SpincastSessionFilterDefault
All Implemented Interfaces:
SpincastSessionFilter

public class SpincastSessionFilterDefault extends Object implements SpincastSessionFilter
  • Constructor Details

  • Method Details

    • getSpincastSessionManager

      protected SpincastSessionManager getSpincastSessionManager()
    • getSpincastSessionConfig

      protected SpincastSessionConfig getSpincastSessionConfig()
    • before

      public void before(org.spincast.core.exchange.RequestContext<?> context)
      Specified by:
      before in interface SpincastSessionFilter
    • isSkipResources

      protected boolean isSkipResources()
    • after

      public void after(org.spincast.core.exchange.RequestContext<?> context)
      Specified by:
      after in interface SpincastSessionFilter
    • isUpdateModificationDateEvenIfNotDirty

      protected boolean isUpdateModificationDateEvenIfNotDirty(SpincastSession session)
    • getSessionIdFromUserRequest

      protected String getSessionIdFromUserRequest(org.spincast.core.exchange.RequestContext<?> context)