Class AlohaFilesResponse

java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.AlohaFilesResponse
All Implemented Interfaces:
Serializable

public class AlohaFilesResponse extends GenericResponse
Response containing the files, which must be loaded for aloha editor
See Also:
  • Field Details

  • Constructor Details

    • AlohaFilesResponse

      public AlohaFilesResponse()
      Create empty instance
    • AlohaFilesResponse

      public AlohaFilesResponse(Message message, ResponseInfo responseInfo)
      Create instance with message and response info
      Parameters:
      message - response message
      responseInfo - response info
  • Method Details

    • getJsFiles

      public List<String> getJsFiles()
      List of JS files for Aloha Editor
      Returns:
      list of files
    • setJsFiles

      public AlohaFilesResponse setJsFiles(List<String> jsFiles)
      Set the list of JS Files
      Parameters:
      jsFiles - JS Files
      Returns:
      fluent API
    • getCssFiles

      public List<String> getCssFiles()
      List of CSS Files for Aloha Editor
      Returns:
      list of files
    • setCssFiles

      public AlohaFilesResponse setCssFiles(List<String> cssFiles)
      Set the list of CSS files
      Parameters:
      cssFiles - CSS Files
      Returns:
      fluent API