Class ApplicationRegistry

java.lang.Object
org.exoplatform.services.rest.impl.ApplicationRegistry
All Implemented Interfaces:
org.picocontainer.Startable

public class ApplicationRegistry extends Object implements org.picocontainer.Startable
Purpose of this class is to get all subclasses of Application from eXo container and to process set of object of classes provided by it as JAX-RS components.
Version:
$Id$
Author:
Andrey Parfonov
  • Field Details

  • Constructor Details

  • Method Details

    • start

      public void start()
      Specified by:
      start in interface org.picocontainer.Startable
    • addApplication

      public void addApplication(javax.ws.rs.core.Application app)
    • stop

      public void stop()
      Specified by:
      stop in interface org.picocontainer.Startable