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
@Nonnull java.lang.String map(@Nonnull java.lang.String path)
path
- the path@Nonnull java.lang.String map(@Nonnull java.lang.String path, boolean reverse)
path
- the pathreverse
- if true
a reverse mapping is appliedCopyright © 2010 - 2020 Adobe. All Rights Reserved