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)
ResourceMapperinternalize in interface ResourceMappername - original class names (as a resource)public String externalize(String name)
ResourceMapperexternalize in interface ResourceMappername - resource name in internal formatCopyright © 2006–2023 The Apache Software Foundation. All rights reserved.