public interface EditorService
| Modifier and Type | Field and Description |
|---|---|
static String |
MBEAN_NAME
MBean name.
|
static String |
WINDOW_PROPERTY_PREFIX
Window property prefix.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTemporaryAttachedPicture(PortalControllerContext portalControllerContext,
String path,
EditorTemporaryAttachedPicture picture)
Add temporary attached picture.
|
void |
clearAllTemporaryAttachedPictures(javax.servlet.http.HttpSession httpSession)
Clear all temporary attached pictures.
|
void |
clearTemporaryAttachedPictures(PortalControllerContext portalControllerContext,
String path)
Clear temporary attached pictures.
|
List<EditorModule> |
getModules(PortalControllerContext portalControllerContext)
Get modules.
|
List<EditorTemporaryAttachedPicture> |
getTemporaryAttachedPictures(PortalControllerContext portalControllerContext,
String path)
Get temporary attached pictures.
|
void |
serveResource(PortalControllerContext portalControllerContext,
String editorId)
Serve resource.
|
static final String MBEAN_NAME
static final String WINDOW_PROPERTY_PREFIX
List<EditorModule> getModules(PortalControllerContext portalControllerContext) throws PortalException
portalControllerContext - portal controller contextPortalExceptionvoid serveResource(PortalControllerContext portalControllerContext, String editorId) throws javax.portlet.PortletException, IOException
portalControllerContext - portal controller contexteditorId - editor identifierjavax.portlet.PortletExceptionIOExceptionList<EditorTemporaryAttachedPicture> getTemporaryAttachedPictures(PortalControllerContext portalControllerContext, String path) throws PortalException, IOException
portalControllerContext - portal controller contextpath - parent document pathPortalExceptionIOExceptionvoid addTemporaryAttachedPicture(PortalControllerContext portalControllerContext, String path, EditorTemporaryAttachedPicture picture) throws PortalException, IOException
portalControllerContext - portal controller contextpath - parent document pathpicture - temporary attached picturePortalExceptionIOExceptionvoid clearTemporaryAttachedPictures(PortalControllerContext portalControllerContext, String path) throws PortalException, IOException
portalControllerContext - portal controller contextpath - parent document pathPortalExceptionIOExceptionvoid clearAllTemporaryAttachedPictures(javax.servlet.http.HttpSession httpSession)
throws PortalException
httpSession - HTTP sessionPortalExceptionCopyright © 2023. All rights reserved.