Uses of Class
org.neo4j.server.rest.domain.GraphDatabaseName

Packages that use GraphDatabaseName
org.neo4j.server.rest.domain   
 

Uses of GraphDatabaseName in org.neo4j.server.rest.domain
 

Fields in org.neo4j.server.rest.domain declared as GraphDatabaseName
static GraphDatabaseName GraphDatabaseName.NO_NAME
           
 

Methods in org.neo4j.server.rest.domain that return GraphDatabaseName
 GraphDatabaseName UriToDatabaseMatcher.lookup(URI requestUri)
           
 

Methods in org.neo4j.server.rest.domain with parameters of type GraphDatabaseName
 void UriToDatabaseMatcher.add(GraphDatabaseName databaseName)
          Adds a mapping the given database using the default URI (/{database_name})
 



Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.