Class LogPortletExceptionListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.portal.portlet.LogPortletExceptionListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin, PortletExceptionListener

public class LogPortletExceptionListener extends org.exoplatform.container.component.BaseComponentPlugin implements PortletExceptionListener
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Apr 29, 2009
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static org.exoplatform.services.log.Log
     

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(org.exoplatform.services.portletcontainer.PortletContainerException e)
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      protected static org.exoplatform.services.log.Log log
  • Constructor Details

    • LogPortletExceptionListener

      public LogPortletExceptionListener()
  • Method Details

    • handle

      public void handle(org.exoplatform.services.portletcontainer.PortletContainerException e)
      Specified by:
      handle in interface PortletExceptionListener