Class JitsiPortlet

  • All Implemented Interfaces:
    javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet

    public class JitsiPortlet
    extends javax.portlet.GenericPortlet
    This portlet loads Javascript module of this connector and register its provider(s) in the Web Conferencing core. By doing this we add the Jitsi connector to call buttons on the page.
    • Constructor Summary

      Constructors 
      Constructor Description
      JitsiPortlet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doView​(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
      void init()
      • 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 Detail

      • JitsiPortlet

        public JitsiPortlet()
    • Method Detail

      • init

        public void init()
                  throws javax.portlet.PortletException
        Overrides:
        init in class javax.portlet.GenericPortlet
        Throws:
        javax.portlet.PortletException
      • doView

        protected void doView​(javax.portlet.RenderRequest request,
                              javax.portlet.RenderResponse response)
                       throws javax.portlet.PortletException,
                              IOException
        Overrides:
        doView in class javax.portlet.GenericPortlet
        Throws:
        javax.portlet.PortletException
        IOException