Class LoadWebFormPersistJsonRequest

    • Constructor Detail

      • LoadWebFormPersistJsonRequest

        public LoadWebFormPersistJsonRequest​(EContentView contentView,
                                             String fileName,
                                             com.alibaba.fastjson.JSONObject persistJson)
        Creates a new POJO with the given data.
        Parameters:
        contentView - Content view of the source that initiated the request.
        fileName - Value returned by getFileName().
        persistJson - Value returned by getPersistJson().
    • Method Detail

      • getFileName

        public String getFileName()
        Returns:
        The file name of the persist JSON file.
      • getPersistJson

        public com.alibaba.fastjson.JSONObject getPersistJson()
        Returns:
        Persist JSON that should get loaded.
      • getResponseType

        public Class<? extends Serializable> getResponseType()
        Returns:
        Type of the requested data.