railo.runtime.rest.path
Class Path

java.lang.Object
  extended by 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Path

public Path()
Method Detail

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 Map
path - path to check
Returns:
true if the given path match, false otherwise

init

public static Path[] init(String path)


Copyright © 2012 Railo