Package org.spincast.plugins.session
Class SpincastSessionFilterDefault
java.lang.Object
org.spincast.plugins.session.SpincastSessionFilterDefault
- All Implemented Interfaces:
SpincastSessionFilter
-
Field Summary
Fields inherited from interface org.spincast.plugins.session.SpincastSessionFilter
ROUTE_ID_AFTER_FILTER, ROUTE_ID_BEFORE_FILTER
-
Constructor Summary
ConstructorDescriptionSpincastSessionFilterDefault
(SpincastSessionManager spincastSessionManager, SpincastSessionConfig spincastSessionConfig) -
Method Summary
Modifier and TypeMethodDescriptionvoid
after
(RequestContext<?> context) void
before
(RequestContext<?> context) protected String
getSessionIdFromUserRequest
(RequestContext<?> context) protected SpincastSessionConfig
protected SpincastSessionManager
protected boolean
protected boolean
-
Constructor Details
-
SpincastSessionFilterDefault
@Inject public SpincastSessionFilterDefault(SpincastSessionManager spincastSessionManager, SpincastSessionConfig spincastSessionConfig)
-
-
Method Details
-
getSpincastSessionManager
-
getSpincastSessionConfig
-
before
- Specified by:
before
in interfaceSpincastSessionFilter
-
isSkipResources
protected boolean isSkipResources() -
after
- Specified by:
after
in interfaceSpincastSessionFilter
-
isUpdateModificationDateEvenIfNotDirty
-
getSessionIdFromUserRequest
-