Uses of Interface
org.infinispan.rest.framework.ResourceHandler
-
Packages that use ResourceHandler Package Description org.infinispan.rest.framework org.infinispan.rest.resources -
-
Uses of ResourceHandler in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework with parameters of type ResourceHandler Modifier and Type Method Description voidResourceManager. registerResource(ResourceHandler handler) -
Uses of ResourceHandler in org.infinispan.rest.resources
Classes in org.infinispan.rest.resources that implement ResourceHandler Modifier and Type Class Description classCacheResourceHandler for the cache resource.classConfigResourceREST resource to manage cache configurations.classSplashResourceHandles the welcome page of the REST endpoint.
-