Class FetchDesignerPlaceholdersResponse

java.lang.Object
de.xima.fc.gui.bean.designer.request.FetchDesignerPlaceholdersResponse
All Implemented Interfaces:
Serializable

public class FetchDesignerPlaceholdersResponse extends Object implements Serializable
POJO response data for FetchDesignerPlaceholdersRequest.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • 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