Class ResourceManagerImpl
java.lang.Object
org.infinispan.rest.framework.impl.ResourceManagerImpl
- All Implemented Interfaces:
ResourceManager
- Since:
- 10.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlookupResource
(Method method, String path, String action) void
registerResource
(String context, ResourceHandler handler) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.rest.framework.ResourceManager
lookupResource
-
Constructor Details
-
ResourceManagerImpl
public ResourceManagerImpl()
-
-
Method Details
-
registerResource
- Specified by:
registerResource
in interfaceResourceManager
- Throws:
RegistrationException
-
lookupResource
- Specified by:
lookupResource
in interfaceResourceManager
-