org.neo4j.server.rest.repr
Class OutputFormatProvider

java.lang.Object
  extended by com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable<E>
      extended by org.neo4j.server.database.AbstractInjectableProvider<OutputFormat>
          extended by org.neo4j.server.rest.repr.OutputFormatProvider
All Implemented Interfaces:
com.sun.jersey.spi.inject.Injectable<OutputFormat>, com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Class<OutputFormat>>

public final class OutputFormatProvider
extends AbstractInjectableProvider<OutputFormat>


Constructor Summary
OutputFormatProvider(RepresentationFormatRepository repository)
           
 
Method Summary
 OutputFormat getValue(com.sun.jersey.api.core.HttpContext context)
           
 
Methods inherited from class org.neo4j.server.database.AbstractInjectableProvider
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

OutputFormatProvider

public OutputFormatProvider(RepresentationFormatRepository repository)
Method Detail

getValue

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


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