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 |
|---|---|
List<EditorModule> |
getModules(PortalControllerContext portalControllerContext)
Get modules.
|
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.PortletExceptionIOExceptionCopyright © 2021. All rights reserved.