railo.runtime.rest.path
Class ExpressionPath
java.lang.Object
railo.runtime.rest.path.Path
railo.runtime.rest.path.ExpressionPath
public class ExpressionPath
- extends Path
Methods inherited from class railo.runtime.rest.path.Path |
init |
ExpressionPath
public ExpressionPath(Pattern pattern,
List<String> variables)
getInstance
public static Path getInstance(String path)
match
public boolean match(Struct result,
String path)
- Description copied from class:
Path
- check if given path part match this path Path part defintion
- Specified by:
match
in class Path
- Parameters:
result
- fill all key value pairs extracte from path to this Mappath
- path to check
- Returns:
- true if the given path match, false otherwise
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 Railo