Class ResponsiveUtils
- java.lang.Object
-
- de.hybris.platform.commerceservices.util.ResponsiveUtils
-
public class ResponsiveUtils extends java.lang.ObjectTemporary class to verify if the current experience is responsive or 'classic' desktop. This will be deleted at the same time as the 'classic' desktop experience.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_UI_EXPERIENCEstatic java.lang.StringRESPONSIVE
-
Constructor Summary
Constructors Constructor Description ResponsiveUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisResponsive()
-
-
-
Field Detail
-
DEFAULT_UI_EXPERIENCE
public static final java.lang.String DEFAULT_UI_EXPERIENCE
- See Also:
- Constant Field Values
-
RESPONSIVE
public static final java.lang.String RESPONSIVE
- See Also:
- Constant Field Values
-
-