Class AlohaFilesResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.AlohaFilesResponse
- All Implemented Interfaces:
Serializable
Response containing the files, which must be loaded for aloha editor
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate empty instanceAlohaFilesResponse(Message message, ResponseInfo responseInfo) Create instance with message and response info -
Method Summary
Modifier and TypeMethodDescriptionList of CSS Files for Aloha EditorList of JS files for Aloha EditorsetCssFiles(List<String> cssFiles) Set the list of CSS filessetJsFiles(List<String> jsFiles) Set the list of JS FilesMethods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, isInBackground, setInBackground, setMessages, setResponseInfo
-
Field Details
-
jsFiles
-
cssFiles
-
-
Constructor Details
-
AlohaFilesResponse
public AlohaFilesResponse()Create empty instance -
AlohaFilesResponse
Create instance with message and response info- Parameters:
message- response messageresponseInfo- response info
-
-
Method Details
-
getJsFiles
List of JS files for Aloha Editor- Returns:
- list of files
-
setJsFiles
Set the list of JS Files- Parameters:
jsFiles- JS Files- Returns:
- fluent API
-
getCssFiles
List of CSS Files for Aloha Editor- Returns:
- list of files
-
setCssFiles
Set the list of CSS files- Parameters:
cssFiles- CSS Files- Returns:
- fluent API
-