Package org.infinispan.rest.resources
Interface StaticContentResource.ResourceResolver
-
- Enclosing class:
- StaticContentResource
public static interface StaticContentResource.ResourceResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringrewrite(String path, StaticContentResource resource)Resolves a path to a resource name
-
-
-
Method Detail
-
rewrite
String rewrite(String path, StaticContentResource resource)
Resolves a path to a resource name- Parameters:
path- The requested URL pathresource- theStaticContentResourceinstance- Returns:
- The resource name
-
-