Uses of Interface
org.exoplatform.services.rest.GenericContainerResponse
Packages that use GenericContainerResponse
Package
Description
-
Uses of GenericContainerResponse in org.exoplatform.services.rest
Methods in org.exoplatform.services.rest that return GenericContainerResponseMethods in org.exoplatform.services.rest with parameters of type GenericContainerResponseModifier and TypeMethodDescriptionvoidResponseFilter.doFilter(GenericContainerResponse response) Can modify original response.voidRequestHandler.handleRequest(GenericContainerRequest request, GenericContainerResponse response) Handle the HTTP request by dispatching request to appropriate resource.voidContainerResponseWriter.writeBody(GenericContainerResponse response, javax.ws.rs.ext.MessageBodyWriter entityWriter) Write entity body in output stream.voidContainerResponseWriter.writeHeaders(GenericContainerResponse response) Write HTTP status and headers in HTTP response. -
Uses of GenericContainerResponse in org.exoplatform.services.rest.impl
Classes in org.exoplatform.services.rest.impl that implement GenericContainerResponseFields in org.exoplatform.services.rest.impl declared as GenericContainerResponseModifier and TypeFieldDescriptionprotected GenericContainerResponseApplicationContextImpl.responseSeeContainerResponse.Methods in org.exoplatform.services.rest.impl that return GenericContainerResponseMethods in org.exoplatform.services.rest.impl with parameters of type GenericContainerResponseModifier and TypeMethodDescriptionvoidRequestDispatcher.dispatch(GenericContainerRequest request, GenericContainerResponse response) DispatchContainerRequestto resource which can serve request.voidRequestHandlerImpl.handleRequest(GenericContainerRequest request, GenericContainerResponse response) Handle the HTTP request by dispatching request to appropriate resource.Constructors in org.exoplatform.services.rest.impl with parameters of type GenericContainerResponseModifierConstructorDescriptionApplicationContextImpl(GenericContainerRequest request, GenericContainerResponse response, ProviderBinder providers) ApplicationContextImpl(GenericContainerRequest request, GenericContainerResponse response, ProviderBinder providers, DependencySupplier dependencySupplier) Constructs new instance of ApplicationContext. -
Uses of GenericContainerResponse in org.exoplatform.services.rest.tools
Methods in org.exoplatform.services.rest.tools with parameters of type GenericContainerResponseModifier and TypeMethodDescriptionvoidByteArrayContainerResponseWriter.writeBody(GenericContainerResponse response, javax.ws.rs.ext.MessageBodyWriter entityWriter) Write entity body in output stream.voidDummyContainerResponseWriter.writeBody(GenericContainerResponse response, javax.ws.rs.ext.MessageBodyWriter entityWriter) Write entity body in output stream.voidByteArrayContainerResponseWriter.writeHeaders(GenericContainerResponse response) Write HTTP status and headers in HTTP response.voidDummyContainerResponseWriter.writeHeaders(GenericContainerResponse response) Write HTTP status and headers in HTTP response.