Package com.hybris.cockpitng.util.js
Interface JsWidgetSessionInfoCollector
-
- All Known Implementing Classes:
DefaultJsWidgetSessionInfoCollector
public interface JsWidgetSessionInfoCollectorClass which is responsible for gathering session related information (current user, current locale) and store it in JsWidgetSessionDTO class. DTO class could be amended by AbstractJsWidgetSessionInfoDecorator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JsWidgetSessionDTOgatherSessionInfo()
-
-
-
Method Detail
-
gatherSessionInfo
JsWidgetSessionDTO gatherSessionInfo()
-
-