Interface SpincastSessionFilter

All Known Implementing Classes:
SpincastSessionFilterDefault

public interface SpincastSessionFilter
You should add this filter with the "skipResourcesRequests()" options so it is ignored except for main routes.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The route id of the after filter, if added automatically.
    static final String
    The route id of the before filter, if added automatically.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    after(org.spincast.core.exchange.RequestContext<?> context)
     
    void
    before(org.spincast.core.exchange.RequestContext<?> context)
     
  • Field Details

    • ROUTE_ID_BEFORE_FILTER

      static final String ROUTE_ID_BEFORE_FILTER
      The route id of the before filter, if added automatically.
      See Also:
    • ROUTE_ID_AFTER_FILTER

      static final String ROUTE_ID_AFTER_FILTER
      The route id of the after filter, if added automatically.
      See Also:
  • Method Details

    • before

      void before(org.spincast.core.exchange.RequestContext<?> context)
    • after

      void after(org.spincast.core.exchange.RequestContext<?> context)