public interface ResourceMapper
ResourceMapper
maps resource name from a reference to another one.
Example: In a WAB, class names are to be mapped into WEB-INF/classes/.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.
|
Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.