Class StoredHttpSessionRemoveInterceptor
java.lang.Object
de.hybris.platform.servicelayer.web.session.interceptor.StoredHttpSessionRemoveInterceptor
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<StoredHttpSessionModel>
public class StoredHttpSessionRemoveInterceptor
extends Object
implements RemoveInterceptor<StoredHttpSessionModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonRemove(StoredHttpSessionModel storedHttpSessionModel, InterceptorContext ctx) Called in themodelService.removeAll()method.
-
Constructor Details
-
StoredHttpSessionRemoveInterceptor
public StoredHttpSessionRemoveInterceptor()
-
-
Method Details
-
onRemove
public void onRemove(StoredHttpSessionModel storedHttpSessionModel, InterceptorContext ctx) throws InterceptorException Description copied from interface:RemoveInterceptorCalled in themodelService.removeAll()method.- Specified by:
onRemovein interfaceRemoveInterceptor<StoredHttpSessionModel>- Parameters:
storedHttpSessionModel- the model which should be removedctx- theInterceptorContext- Throws:
InterceptorException- if the remove reports an error
-