Package org.infinispan.rest.framework
Interface ResourceManager
- All Known Implementing Classes:
ResourceManagerImpl
public interface ResourceManager
Handles registration and lookup of
ResourceHandler
.- Since:
- 10.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault LookupResult
lookupResource
(Method method, String path) lookupResource
(Method method, String path, String action) void
registerResource
(String context, ResourceHandler handler)
-
Method Details
-
registerResource
- Throws:
RegistrationException
-
lookupResource
-
lookupResource
-