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
ConstructorsConstructorDescriptionSpincastSessionFilterDefault(SpincastSessionManager spincastSessionManager, SpincastSessionConfig spincastSessionConfig) -
Method Summary
Modifier and TypeMethodDescriptionvoidafter(RequestContext<?> context) voidbefore(RequestContext<?> context) protected StringgetSessionIdFromUserRequest(RequestContext<?> context) protected SpincastSessionConfigprotected SpincastSessionManagerprotected booleanprotected boolean
-
Constructor Details
-
SpincastSessionFilterDefault
@Inject public SpincastSessionFilterDefault(SpincastSessionManager spincastSessionManager, SpincastSessionConfig spincastSessionConfig)
-
-
Method Details
-
getSpincastSessionManager
-
getSpincastSessionConfig
-
before
- Specified by:
beforein interfaceSpincastSessionFilter
-
isSkipResources
protected boolean isSkipResources() -
after
- Specified by:
afterin interfaceSpincastSessionFilter
-
isUpdateModificationDateEvenIfNotDirty
-
getSessionIdFromUserRequest
-