org.neo4j.server.rest.web
Class DatabaseActions.Provider

java.lang.Object
  extended by com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable<E>
      extended by org.neo4j.server.database.InjectableProvider<DatabaseActions>
          extended by org.neo4j.server.rest.web.DatabaseActions.Provider
All Implemented Interfaces:
com.sun.jersey.spi.inject.Injectable<DatabaseActions>, com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Class<DatabaseActions>>
Enclosing class:
DatabaseActions

public static class DatabaseActions.Provider
extends InjectableProvider<DatabaseActions>


Constructor Summary
DatabaseActions.Provider(DatabaseActions database)
           
 
Method Summary
 DatabaseActions getValue(com.sun.jersey.api.core.HttpContext c)
           
 
Methods inherited from class org.neo4j.server.database.InjectableProvider
getInjectable, getInjectable, getScope
 
Methods inherited from class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable
getValue, transform, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseActions.Provider

public DatabaseActions.Provider(DatabaseActions database)
Method Detail

getValue

public DatabaseActions getValue(com.sun.jersey.api.core.HttpContext c)
Specified by:
getValue in class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable<DatabaseActions>


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