Class WebConferencingAdminPortlet
java.lang.Object
javax.portlet.GenericPortlet
org.exoplatform.webconferencing.admin.portlet.WebConferencingAdminPortlet
- All Implemented Interfaces:
javax.portlet.EventPortlet,javax.portlet.Portlet,javax.portlet.PortletConfig,javax.portlet.ResourceServingPortlet
public class WebConferencingAdminPortlet
extends javax.portlet.GenericPortlet
Created by The eXo Platform SAS
- Version:
- $Id: WebConferencingAdminPortlet.java 00000 Nov 23, 2017 pnedonosko $
- Author:
- Peter Nedonosko
-
Constructor Summary
Constructors -
Method Summary
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, processAction, processEvent, render, serveResource
-
Constructor Details
-
WebConferencingAdminPortlet
public WebConferencingAdminPortlet()
-
-
Method Details
-
init
public void init() throws javax.portlet.PortletException- Overrides:
initin classjavax.portlet.GenericPortlet- Throws:
javax.portlet.PortletException
-
doView
public void doView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response) throws IOException, javax.portlet.PortletException Admin view.- Overrides:
doViewin classjavax.portlet.GenericPortlet- Parameters:
request- the requestresponse- the response- Throws:
IOException- Signals that an I/O exception has occurred.javax.portlet.PortletException- the portlet exception
-