Uses of Class
de.hybris.platform.acceleratorfacades.device.data.DeviceData
Packages that use DeviceData
Package
Description
-
Uses of DeviceData in de.hybris.platform.acceleratorfacades.device
Methods in de.hybris.platform.acceleratorfacades.device that return DeviceDataModifier and TypeMethodDescriptionDeviceDetectionFacade.getCurrentDetectedDevice()Get the Device that was detected for the current request.DeviceResolver.resolveDevice(javax.servlet.http.HttpServletRequest request) Detects whether the accessed device belongs to a mobile, tablet or desktop. -
Uses of DeviceData in de.hybris.platform.acceleratorfacades.device.impl
Methods in de.hybris.platform.acceleratorfacades.device.impl that return DeviceDataModifier and TypeMethodDescriptionDefaultDeviceDetectionFacade.getCurrentDetectedDevice()protected DeviceDataDefaultDeviceResolver.getDeviceData(String deviceType) DefaultDeviceResolver.resolveDevice(javax.servlet.http.HttpServletRequest request) Methods in de.hybris.platform.acceleratorfacades.device.impl that return types with arguments of type DeviceDataModifier and TypeMethodDescriptionprotected Converter<DeviceData,UiExperienceData> DefaultDeviceDetectionFacade.getDeviceDataUiExperienceDataConverter()protected Converter<javax.servlet.http.HttpServletRequest,DeviceData> DefaultDeviceDetectionFacade.getRequestDeviceDataConverter()Methods in de.hybris.platform.acceleratorfacades.device.impl with parameters of type DeviceDataModifier and TypeMethodDescriptionprotected voidDefaultDeviceDetectionFacade.logDebugInfo(DeviceData deviceData) protected voidDefaultDeviceDetectionFacade.setCurrentDetectedDevice(DeviceData deviceData) Method parameters in de.hybris.platform.acceleratorfacades.device.impl with type arguments of type DeviceDataModifier and TypeMethodDescriptionvoidDefaultDeviceDetectionFacade.setDeviceDataUiExperienceDataConverter(Converter<DeviceData, UiExperienceData> deviceDataUiExperienceDataConverter) voidDefaultDeviceDetectionFacade.setRequestDeviceDataConverter(Converter<javax.servlet.http.HttpServletRequest, DeviceData> requestDeviceDataConverter) -
Uses of DeviceData in de.hybris.platform.acceleratorfacades.device.populators
Methods in de.hybris.platform.acceleratorfacades.device.populators with parameters of type DeviceDataModifier and TypeMethodDescriptionvoidDeviceDataUiExperiencePopulator.populate(DeviceData deviceData, UiExperienceData uiExperienceData) voidSpringMobileRequestDeviceDataPopulator.populate(javax.servlet.http.HttpServletRequest source, DeviceData target) SpringMobileRequestDeviceDataPopulator.toStringDeviceData(DeviceData device)