Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.server.jaxrs
Class ResponseHelper

java.lang.Object
  extended by org.nuxeo.ecm.automation.server.jaxrs.ResponseHelper

public class ResponseHelper
extends Object

Author:
Bogdan Stefanescu

Method Summary
static Response blob(Blob blob)
           
static Response blobs(List<Blob> blobs)
           
static Response emptyContent()
           
static Response notAllowed()
           
static Response notFound()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

notFound

public static Response notFound()

emptyContent

public static Response emptyContent()

notAllowed

public static Response notAllowed()

blob

public static Response blob(Blob blob)

blobs

public static Response blobs(List<Blob> blobs)
                      throws Exception
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.