org.apache.isis.viewer.restfulobjects.applib.util
Class PathNode
java.lang.Object
org.apache.isis.viewer.restfulobjects.applib.util.PathNode
public class PathNode
- extends Object
NULL
public static final PathNode NULL
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.