Class SeatmapJsonObjectSVGHandler
java.lang.Object
de.hybris.platform.travelseatmapservices.seatmap.response.handlers.impl.SeatmapJsonObjectSVGHandler
- All Implemented Interfaces:
SeatmapJsonObjectHandler
This populates seatMapJsonObject with the SVG JSON.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSVGJSON(String path) voidhandle(String seatMapPath, SeatMapJSONObject seatMapJsonObject) This populates the seatMapJsonObject with the SVG and CSS based on the files on seatMapPath
-
Field Details
-
SVG_FOLDER_NAME
- See Also:
-
-
Constructor Details
-
SeatmapJsonObjectSVGHandler
public SeatmapJsonObjectSVGHandler()
-
-
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
-
getSVGJSON
-