Interface PathMapping
- All Known Implementing Classes:
MultiPathMapping,RegexpPathMapping,SimplePathMapping
public interface PathMapping
Provides an interface for a general path mapping.
- Since:
- 2.4.10
-
Field Summary
Fields -
Method Summary
-
Field Details
-
IDENTITY
Implements an identity mapping
-
-
Method Details
-
map
Maps the given path to a new location.- Parameters:
path- the path- Returns:
- the mapped path.
-
map
Maps the given path to a new location.- Parameters:
path- the pathreverse- iftruea reverse mapping is applied- Returns:
- the mapped path.
-