Package io.meeds.ide.portlet
Class WidgetPortlet
java.lang.Object
javax.portlet.GenericPortlet
org.exoplatform.commons.api.portlet.GenericDispatchedViewPortlet
io.meeds.ide.portlet.WidgetPortlet
- All Implemented Interfaces:
javax.portlet.EventPortlet,javax.portlet.Portlet,javax.portlet.PortletConfig,javax.portlet.ResourceServingPortlet
public class WidgetPortlet
extends org.exoplatform.commons.api.portlet.GenericDispatchedViewPortlet
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.portlet.GenericPortlet
destroy, doDispatch, doHeaders, doHelp, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processAction, processEvent, render, serveResource
-
Constructor Details
-
WidgetPortlet
public WidgetPortlet()
-
-
Method Details
-
init
public void init(javax.portlet.PortletConfig config) throws javax.portlet.PortletException - Specified by:
initin interfacejavax.portlet.Portlet- Overrides:
initin classorg.exoplatform.commons.api.portlet.GenericDispatchedViewPortlet- Throws:
javax.portlet.PortletException
-
doView
public void doView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response) throws javax.portlet.PortletException, IOException - Overrides:
doViewin classorg.exoplatform.commons.api.portlet.GenericDispatchedViewPortlet- Throws:
javax.portlet.PortletExceptionIOException
-
doEdit
protected void doEdit(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response) throws javax.portlet.PortletException, IOException - Overrides:
doEditin classjavax.portlet.GenericPortlet- Throws:
javax.portlet.PortletExceptionIOException
-