Class MCRJerseyRestApp

java.lang.Object
jakarta.ws.rs.core.Application
org.glassfish.jersey.server.ResourceConfig
org.mycore.restapi.MCRJerseyRestApp
All Implemented Interfaces:
jakarta.ws.rs.core.Configurable<org.glassfish.jersey.server.ResourceConfig>, jakarta.ws.rs.core.Configuration, org.glassfish.jersey.ExtendedConfig, org.glassfish.jersey.server.ServerConfig
Direct Known Subclasses:
MCRIIIFApp, MCRRestV1App, MCRRestV2App

public abstract class MCRJerseyRestApp extends org.glassfish.jersey.server.ResourceConfig
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract String[]
     
    protected abstract String
     
    protected void
     

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

    addProperties, files, files, forApplication, forApplicationClass, forApplicationClass, getApplication, getApplicationName, getApplicationPath, 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

    Methods inherited from interface jakarta.ws.rs.core.Configuration

    hasProperty
  • Constructor Details

    • MCRJerseyRestApp

      protected MCRJerseyRestApp()
  • Method Details

    • initAppName

      protected void initAppName()
    • getVersion

      protected abstract String getVersion()
    • getRestPackages

      protected abstract String[] getRestPackages()