Uses of Class
com.helger.photon.api.pathdescriptor.PathMatchingResult
-
Packages that use PathMatchingResult Package Description com.helger.photon.api.pathdescriptor -
-
Uses of PathMatchingResult in com.helger.photon.api.pathdescriptor
Fields in com.helger.photon.api.pathdescriptor declared as PathMatchingResult Modifier and Type Field Description static PathMatchingResultPathMatchingResult. NO_MATCHMethods in com.helger.photon.api.pathdescriptor that return PathMatchingResult Modifier and Type Method Description static PathMatchingResultPathMatchingResult. createSuccess(com.helger.commons.collection.impl.ICommonsOrderedMap<String,String> aVariableValues)PathMatchingResultPathDescriptor. matchesParts(List<String> aPathParts)Check if this path descriptor matches the provided path parts.
-