Class MyApplicationsPortlet
- java.lang.Object
-
- javax.portlet.GenericPortlet
-
- org.exoplatform.portlets.appCenter.MyApplicationsPortlet
-
- All Implemented Interfaces:
javax.portlet.EventPortlet,javax.portlet.Portlet,javax.portlet.PortletConfig,javax.portlet.ResourceServingPortlet
public class MyApplicationsPortlet extends javax.portlet.GenericPortlet- Author:
- Ayoub Zayati
-
-
Constructor Summary
Constructors Constructor Description MyApplicationsPortlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)-
Methods 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, init, processAction, processEvent, render, serveResource
-
-
-
-
Method Detail
-
doView
protected void doView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response) throws IOException, javax.portlet.PortletException- Overrides:
doViewin classjavax.portlet.GenericPortlet- Throws:
IOExceptionjavax.portlet.PortletException
-
-