public interface SpincastSessionFilter
| Modifier and Type | Field and Description |
|---|---|
static String |
ROUTE_ID_AFTER_FILTER
The route id of the after filter,
if added automatically.
|
static String |
ROUTE_ID_BEFORE_FILTER
The route id of the before filter,
if added automatically.
|
| Modifier and Type | Method and Description |
|---|---|
void |
after(RequestContext<?> context) |
void |
before(RequestContext<?> context) |
static final String ROUTE_ID_BEFORE_FILTER
static final String ROUTE_ID_AFTER_FILTER
void before(RequestContext<?> context)
void after(RequestContext<?> context)
Copyright © 2019. All rights reserved.