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