Class FetchDesignerPlaceholdersResponse
java.lang.Object
de.xima.fc.gui.bean.designer.request.FetchDesignerPlaceholdersResponse
- All Implemented Interfaces:
Serializable
POJO response data for
FetchDesignerPlaceholdersRequest
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFetchDesignerPlaceholdersResponse
(Map<? extends IPlaceholderGroup, ? extends Set<PlaceHolder>> placeholders) Creates a new POJO response with the given data. -
Method Summary
-
Constructor Details
-
FetchDesignerPlaceholdersResponse
public FetchDesignerPlaceholdersResponse(Map<? extends IPlaceholderGroup, ? extends Set<PlaceHolder>> placeholders) Creates a new POJO response with the given data.- Parameters:
placeholders
- All additional placeholders made available by the tab.
-
-
Method Details
-
getPlaceholders
- Returns:
- All additional placeholders made available by the tab.
-