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 classCacheManagerResourceREST resource to manage the cache container.classCacheResourceHandler for the cache resource.classCacheResourceV2classCounterResourceHandler for the counter resource.classSplashResourceHandles the welcome page of the REST endpoint.
-