Interface DragAndDropService
-
- All Known Implementing Classes:
DragAndDropServiceImpl
public interface DragAndDropService
- Since:
- 6.7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAttachmentEditorHtml(String filename, ContentEntityObject container)
Get attachment editor html formatString
getAttachmentEditorHtml(String filename, ContentEntityObject container, boolean viewFileMacroEnable, String renderContentPlace)
Get attachment editor html format
-
-
-
Method Detail
-
getAttachmentEditorHtml
String getAttachmentEditorHtml(String filename, ContentEntityObject container, boolean viewFileMacroEnable, String renderContentPlace) throws Exception
Get attachment editor html format- Parameters:
filename
- name of filecontainer
- container object of attachmentviewFileMacroEnable
- status of view file macrorenderContentPlace
- place will append editor html (page/comment)- Returns:
- editor html of attachment
- Throws:
Exception
- throwing when generate editor html has any errors
-
getAttachmentEditorHtml
String getAttachmentEditorHtml(String filename, ContentEntityObject container) throws Exception
Get attachment editor html format- Parameters:
filename
- name of filecontainer
- container object of attachment- Returns:
- editor html of attachment
- Throws:
Exception
- throwing when generate editor html has any errors
-
-