railo.runtime.rest.path
Class Path
java.lang.Object
railo.runtime.rest.path.Path
- Direct Known Subclasses:
- ExpressionPath, LiteralPath
public abstract class Path
- extends Object
Constructor Summary |
Path()
|
Method Summary |
static Path[] |
init(String path)
|
abstract boolean |
match(Struct variables,
String path)
check if given path part match this path Path part defintion |
Path
public Path()
match
public abstract boolean match(Struct variables,
String path)
- check if given path part match this path Path part defintion
- Parameters:
variables
- fill all key value pairs extracte from path to this Mappath
- path to check
- Returns:
- true if the given path match, false otherwise
init
public static Path[] init(String path)
Copyright © 2012 Railo