Package org.infinispan.rest.resources
Interface StaticContentResource.ResourceResolver
- Enclosing class:
- StaticContentResource
public static interface StaticContentResource.ResourceResolver
-
Method Summary
Modifier and TypeMethodDescriptionrewrite
(String path, StaticContentResource resource) Resolves a path to a resource name
-
Method Details
-
rewrite
Resolves a path to a resource name- Parameters:
path
- The requested URL pathresource
- theStaticContentResource
instance- Returns:
- The resource name
-