Class ResourceManagerImpl
- java.lang.Object
-
- org.infinispan.rest.framework.impl.ResourceManagerImpl
-
- All Implemented Interfaces:
ResourceManager
public class ResourceManagerImpl extends Object implements ResourceManager
- Since:
- 10.0
-
-
Constructor Summary
Constructors Constructor Description ResourceManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LookupResultlookupResource(Method method, String path, String action)voidregisterResource(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
-
-
-
-
Method Detail
-
registerResource
public void registerResource(String context, ResourceHandler handler) throws RegistrationException
- Specified by:
registerResourcein interfaceResourceManager- Throws:
RegistrationException
-
lookupResource
public LookupResult lookupResource(Method method, String path, String action)
- Specified by:
lookupResourcein interfaceResourceManager
-
-