Interface ReplaceDynamicParamsResult
- All Known Implementing Classes:
ReplaceDynamicParamsResultDefault
public interface ReplaceDynamicParamsResult
The result of a call to
SpincastRoutingUtils#replaceDynamicParamsInPath(...)
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
The resulting pathboolean
Are there some placeholders remaining in the resulting path?
-
Method Details
-
getPath
String getPath()The resulting path -
isPlaceholdersRemaining
boolean isPlaceholdersRemaining()Are there some placeholders remaining in the resulting path?
-