Package org.infinispan.rest.resources
Class StaticFileResource
- java.lang.Object
-
- org.infinispan.rest.resources.StaticFileResource
-
- All Implemented Interfaces:
ResourceHandler
public class StaticFileResource extends java.lang.Object implements ResourceHandler
REST resource to serve static content.- Since:
- 10.0
-
-
Constructor Summary
Constructors Constructor Description StaticFileResource(java.nio.file.Path dir, java.lang.String urlPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.rest.framework.impl.InvocationsgetInvocations()Return theInvocationshandled by this ResourceHandler.
-
-
-
Method Detail
-
getInvocations
public org.infinispan.rest.framework.impl.Invocations getInvocations()
Description copied from interface:ResourceHandlerReturn theInvocationshandled by this ResourceHandler.- Specified by:
getInvocationsin interfaceResourceHandler
-
-