Class ResponseImpl

java.lang.Object
javax.ws.rs.core.Response
org.exoplatform.services.rest.impl.ResponseImpl

public final class ResponseImpl extends javax.ws.rs.core.Response
Version:
$Id: $
Author:
Andrey Parfonov
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     

    Nested classes/interfaces inherited from class javax.ws.rs.core.Response

    javax.ws.rs.core.Response.ResponseBuilder, javax.ws.rs.core.Response.Status, javax.ws.rs.core.Response.StatusType
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.ws.rs.core.MultivaluedMap<String,Object>
    int

    Methods inherited from class javax.ws.rs.core.Response

    created, fromResponse, noContent, notAcceptable, notModified, notModified, notModified, ok, ok, ok, ok, ok, seeOther, serverError, status, status, status, temporaryRedirect

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getEntity

      public Object getEntity()
      Specified by:
      getEntity in class javax.ws.rs.core.Response
    • getMetadata

      public javax.ws.rs.core.MultivaluedMap<String,Object> getMetadata()
      Specified by:
      getMetadata in class javax.ws.rs.core.Response
    • getStatus

      public int getStatus()
      Specified by:
      getStatus in class javax.ws.rs.core.Response