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(java.lang.String context, 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.classServerResourceclassSplashResourceHandles the welcome page of the REST endpoint.classStaticFileResourceREST resource to serve static content.classXSiteCacheResourceHandles REST calls for cache level X-Site operations
-