public interface PathMapping
Modifier and Type | Field and Description |
---|---|
static PathMapping |
IDENTITY
Implements an identity mapping
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
map(java.lang.String path)
Maps the given path to a new location.
|
java.lang.String |
map(java.lang.String path,
boolean reverse)
Maps the given path to a new location.
|
static final PathMapping IDENTITY
java.lang.String map(java.lang.String path)
path
- the pathjava.lang.String map(java.lang.String path, boolean reverse)
path
- the pathreverse
- if true
a reverse mapping is applied"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"