Class PassThroughResourceConfig
java.lang.Object
jakarta.ws.rs.core.Application
org.glassfish.jersey.server.ResourceConfig
com.tangosol.coherence.rest.server.DefaultResourceConfig
com.tangosol.coherence.rest.server.PassThroughResourceConfig
- All Implemented Interfaces:
com.tangosol.coherence.http.HttpApplication
,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:
ContainerPassThroughResourceConfig
An alternate
ResourceConfig
implementation that supports pass-through
access to all the caches defined by the cache configuration.- Since:
- 12.2.1
- Author:
- as 2015.09.07
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Register the default Coherence REST root resource class.Methods inherited from class com.tangosol.coherence.rest.server.DefaultResourceConfig
getExtensionsMap, isRunningInContainer, registerContainerRequestFilters, registerContainerResponseFilters, registerProviders, registerResourceFilterFactories, toString
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, wait, wait, wait
Methods inherited from interface com.tangosol.coherence.http.HttpApplication
configure, getPath
-
Constructor Details
-
PassThroughResourceConfig
public PassThroughResourceConfig()
-
-
Method Details
-
registerRootResource
protected void registerRootResource()Description copied from class:DefaultResourceConfig
Register the default Coherence REST root resource class.- Overrides:
registerRootResource
in classDefaultResourceConfig
-