Class ReplaceDynamicParamsResultDefault
java.lang.Object
org.spincast.plugins.routing.utils.ReplaceDynamicParamsResultDefault
- All Implemented Interfaces:
ReplaceDynamicParamsResult
Implementation for result of a call to
SpincastRoutingUtils#replaceDynamicParamsInPath(...)
-
Constructor Summary
ConstructorsConstructorDescriptionReplaceDynamicParamsResultDefault(String path, boolean placeholdersRemaining) -
Method Summary
Modifier and TypeMethodDescriptiongetPath()The resulting pathbooleanAre there some placeholders remaining in the resulting path?
-
Constructor Details
-
ReplaceDynamicParamsResultDefault
-
-
Method Details
-
getPath
Description copied from interface:ReplaceDynamicParamsResultThe resulting path- Specified by:
getPathin interfaceReplaceDynamicParamsResult
-
isPlaceholdersRemaining
public boolean isPlaceholdersRemaining()Description copied from interface:ReplaceDynamicParamsResultAre there some placeholders remaining in the resulting path?- Specified by:
isPlaceholdersRemainingin interfaceReplaceDynamicParamsResult
-