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.GenericPortletCreated by The eXo Platform SAS- Version:
- $Id: WebConferencingAdminPortlet.java 00000 Nov 23, 2017 pnedonosko $
- Author:
- Peter Nedonosko
-
-
Constructor Summary
Constructors Constructor Description WebConferencingAdminPortlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)Admin view.voidinit()-
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
-
-
-
-
Method Detail
-
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.PortletExceptionAdmin 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
-
-