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.ApplicationSupplier,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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidRegister the default Coherence REST root resource class.Methods inherited from class com.tangosol.coherence.rest.server.DefaultResourceConfig
getExtensionsMap, isRunningInContainer, registerContainerRequestFilters, registerContainerResponseFilters, registerProviders, registerResourceFilterFactories, toStringMethods 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, hasProperty, 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, setPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:DefaultResourceConfigRegister the default Coherence REST root resource class.- Overrides:
registerRootResourcein classDefaultResourceConfig
-