Class Application

java.lang.Object
javax.ws.rs.core.Application
org.glassfish.jersey.server.ResourceConfig
io.goobi.viewer.api.rest.v1.Application
All Implemented Interfaces:
javax.ws.rs.core.Configurable<org.glassfish.jersey.server.ResourceConfig>, javax.ws.rs.core.Configuration, org.glassfish.jersey.ExtendedConfig, org.glassfish.jersey.server.ServerConfig

@ApplicationPath("/api/v1") public class Application extends org.glassfish.jersey.server.ResourceConfig

ViewerApplication class.

  • Constructor Summary

    Constructors
    Constructor
    Description
    Application(javax.servlet.ServletConfig servletConfig)
    Constructor for ViewerApplication.
    Application(org.glassfish.jersey.internal.inject.AbstractBinder binder)
    Constructor with custom injection binder for tests
  • Method Summary

    Methods inherited from class org.glassfish.jersey.server.ResourceConfig

    addProperties, files, files, forApplication, forApplicationClass, forApplicationClass, getApplication, getApplicationName, getClasses, getClassLoader, getConfiguration, getContracts, getInstances, getProperties, getProperty, getPropertyNames, getResources, getRuntimeType, getSingletons, isEnabled, isEnabled, isProperty, isRegistered, isRegistered, packages, packages, packages, property, register, register, register, register, register, register, register, register, registerClasses, registerClasses, registerFinder, registerInstances, registerInstances, registerResources, registerResources, setApplicationName, setClassLoader, setProperties

    Methods inherited from class java.lang.Object

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

    • Application

      public Application(@Context javax.servlet.ServletConfig servletConfig)

      Constructor for ViewerApplication.

      Parameters:
      servletConfig -
    • Application

      public Application(org.glassfish.jersey.internal.inject.AbstractBinder binder)
      Constructor with custom injection binder for tests
      Parameters:
      binder -