Interface SpincastRoutingUtils

All Known Implementing Classes:
SpincastRoutingUtilsDefault

public interface SpincastRoutingUtils
Spincast router utils
  • Method Details

    • replaceDynamicParamsInPath

      ReplaceDynamicParamsResult replaceDynamicParamsInPath(String path, Map<String,String> dynamicParams)
      Replaces all the dynamic (and splat) parameters in the specified 'path'.
    • isPathContainDynamicParams

      boolean isPathContainDynamicParams(String resourcePath)
      Does the specified path contain dynamic (or splat) parameters?