Class SeatmapJsonObjectCSSHandler
java.lang.Object
de.hybris.platform.travelseatmapservices.seatmap.response.handlers.impl.SeatmapJsonObjectCSSHandler
- All Implemented Interfaces:
SeatmapJsonObjectHandler
This populates seatMapJsonObject with the CSS.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetCssFileAsString(String path) voidhandle(String seatMapPath, SeatMapJSONObject seatMapJsonObject) This populates the seatMapJsonObject with the SVG and CSS based on the files on seatMapPath
-
Field Details
-
CSS_FOLDER_NAME
- See Also:
-
-
Constructor Details
-
SeatmapJsonObjectCSSHandler
public SeatmapJsonObjectCSSHandler()
-
-
Method Details
-
handle
Description copied from interface:SeatmapJsonObjectHandlerThis populates the seatMapJsonObject with the SVG and CSS based on the files on seatMapPath- Specified by:
handlein interfaceSeatmapJsonObjectHandler
-
getCssFileAsString
-