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(AbstractNeoServer injectorProvider)
           
 
Method Summary
 org.neo4j.server.rest.repr.InputFormat inputFormat(javax.ws.rs.core.MediaType type)
           
 OutputFormat outputFormat(List<javax.ws.rs.core.MediaType> acceptable, URI baseUri, javax.ws.rs.core.MultivaluedMap<String,String> requestHeaders)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepresentationFormatRepository

public RepresentationFormatRepository(AbstractNeoServer injectorProvider)
Method Detail

outputFormat

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

inputFormat

public org.neo4j.server.rest.repr.InputFormat inputFormat(javax.ws.rs.core.MediaType type)


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