org.neo4j.server.rest.repr
Class RepresentationFormatRepository

java.lang.Object
  extended by org.neo4j.server.rest.repr.RepresentationFormatRepository

public final class RepresentationFormatRepository
extends Object


Constructor Summary
RepresentationFormatRepository(ExtensionInjector injector)
           
 
Method Summary
 InputFormat inputFormat(javax.ws.rs.core.MediaType type)
           
 OutputFormat outputFormat(List<javax.ws.rs.core.MediaType> acceptable, URI baseUri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepresentationFormatRepository

public RepresentationFormatRepository(ExtensionInjector injector)
Method Detail

outputFormat

public OutputFormat outputFormat(List<javax.ws.rs.core.MediaType> acceptable,
                                 URI baseUri)

inputFormat

public InputFormat inputFormat(javax.ws.rs.core.MediaType type)


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