Class ExceptionMapperComponentPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.rest.impl.ExceptionMapperComponentPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class ExceptionMapperComponentPlugin extends org.exoplatform.container.component.BaseComponentPlugin
Version:
$Id$
Author:
Andrey Parfonov
  • Field Summary

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

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    ExceptionMapperComponentPlugin(org.exoplatform.container.xml.InitParams params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<Class<? extends javax.ws.rs.ext.ExceptionMapper<?>>>
     

    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
  • Constructor Details

    • ExceptionMapperComponentPlugin

      public ExceptionMapperComponentPlugin(org.exoplatform.container.xml.InitParams params)
      Parameters:
      params - initialize parameters from configuration
      See Also:
      • InitParams
  • Method Details

    • getExceptionMappers

      public Set<Class<? extends javax.ws.rs.ext.ExceptionMapper<?>>> getExceptionMappers()
      Returns:
      get collection of classes ExceptionMapper supplied from configuration