public class WABResourceMapper extends Object implements ResourceMapper
WABResourceMapper
knows how to map resource names for a Web Application Bundle (WAB).Modifier and Type | Field and Description |
---|---|
static String |
WEB_INF_CLASSES |
Constructor and Description |
---|
WABResourceMapper() |
Modifier and Type | Method and Description |
---|---|
String |
externalize(String name)
Provides a normalized resource name from the store's internal format.
|
String |
internalize(String name)
Adapts the normalized resource name into internal format.
|
public static final String WEB_INF_CLASSES
public String internalize(String name)
ResourceMapper
internalize
in interface ResourceMapper
name
- original class names (as a resource)public String externalize(String name)
ResourceMapper
externalize
in interface ResourceMapper
name
- resource name in internal formatCopyright © 2006–2023 The Apache Software Foundation. All rights reserved.