Package org.spincast.plugins.session
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
after
(RequestContext<?> context) void
before
(RequestContext<?> context)
-
Field Details
-
ROUTE_ID_BEFORE_FILTER
The route id of the before filter, if added automatically.- See Also:
-
ROUTE_ID_AFTER_FILTER
The route id of the after filter, if added automatically.- See Also:
-
-
Method Details
-
before
-
after
-