public class EditorPortlet
extends javax.portlet.GenericPortlet
| Modifier and Type | Class and Description |
|---|---|
static class |
EditorPortlet.InitConfig
The Class InitConfig.
|
| Constructor and Description |
|---|
EditorPortlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
protected boolean |
validAction(javax.jcr.Node node,
String action)
Valid action.
|
void |
view(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
Renderer the portlet view.
|
destroy, doDispatch, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processAction, processEvent, render, serveResourcepublic void init()
throws javax.portlet.PortletException
init in class javax.portlet.GenericPortletjavax.portlet.PortletExceptionpublic void view(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws IOException,
javax.portlet.PortletException
request - the requestresponse - the responseIOException - Signals that an I/O exception has occurred.javax.portlet.PortletException - the portlet exceptionprotected boolean validAction(javax.jcr.Node node,
String action)
throws javax.jcr.RepositoryException
node - the nodeaction - the actionjavax.jcr.RepositoryException - the repository exceptionCopyright © 2003–2020 eXo Platform SAS. All rights reserved.