org.neo4j.helpers
Class Uris

java.lang.Object
  extended by org.neo4j.helpers.Uris

public final class Uris
extends Object

Functions for working with URIs


Method Summary
static Function<URI,String> parameter(String name)
          Extract a named parameter from the query of a URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parameter

public static Function<URI,String> parameter(String name)
Extract a named parameter from the query of a URI. If a parameter is set but no value defined, then "true" is returned

Parameters:
name - of the parameter
Returns:
value of named parameter or null if missing


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.