Class DocumentGadgetPortlet
java.lang.Object
javax.portlet.GenericPortlet
org.exoplatform.commons.api.portlet.GenericDispatchedViewPortlet
io.meeds.social.portlet.CMSPortlet
org.exoplatform.documents.portlet.DocumentGadgetPortlet
- All Implemented Interfaces:
javax.portlet.EventPortlet,javax.portlet.Portlet,javax.portlet.PortletConfig,javax.portlet.ResourceServingPortlet
public class DocumentGadgetPortlet
extends io.meeds.social.portlet.CMSPortlet
-
Field Summary
Fields inherited from class io.meeds.social.portlet.CMSPortlet
contentType, DATA_INIT_PREFERENCE_NAME, NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(javax.portlet.PortletConfig config) voidprocessAction(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response) Methods inherited from class io.meeds.social.portlet.CMSPortlet
canEdit, doView, generateRandomId, isSettingNameExists, postSettingInit, preSettingInit, savePreference, saveSettingName, setViewRequestAttributesMethods inherited from class javax.portlet.GenericPortlet
destroy, doDispatch, doEdit, doHeaders, doHelp, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processEvent, render, serveResource
-
Constructor Details
-
DocumentGadgetPortlet
public DocumentGadgetPortlet()
-
-
Method Details
-
init
public void init(javax.portlet.PortletConfig config) throws javax.portlet.PortletException - Specified by:
initin interfacejavax.portlet.Portlet- Overrides:
initin classio.meeds.social.portlet.CMSPortlet- Throws:
javax.portlet.PortletException
-
processAction
public void processAction(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response) throws IOException, javax.portlet.PortletException - Specified by:
processActionin interfacejavax.portlet.Portlet- Overrides:
processActionin classjavax.portlet.GenericPortlet- Throws:
IOExceptionjavax.portlet.PortletException
-