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 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