org.apache.isis.viewer.restfulobjects.applib.util
Class PathNode

java.lang.Object
  extended by org.apache.isis.viewer.restfulobjects.applib.util.PathNode

public class PathNode
extends Object


Field Summary
static PathNode NULL
           
 
Method Summary
 boolean equals(Object obj)
           
 Map<String,String> getCriteria()
           
 String getKey()
           
 boolean hasCriteria()
           
 int hashCode()
           
 boolean matches(JsonRepresentation repr)
           
static PathNode parse(String path)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NULL

public static final PathNode NULL
Method Detail

parse

public static PathNode parse(String path)

getKey

public String getKey()

getCriteria

public Map<String,String> getCriteria()

hasCriteria

public boolean hasCriteria()

matches

public boolean matches(JsonRepresentation repr)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.