| Package | Description |
|---|---|
| org.everrest.core | |
| org.everrest.core.impl | |
| org.everrest.core.servlet | |
| org.everrest.core.tools | |
| org.everrest.core.util |
| Modifier and Type | Method and Description |
|---|---|
GenericContainerResponse |
ApplicationContext.getContainerResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseFilter.doFilter(GenericContainerResponse response)
Can modify original response.
|
void |
RequestHandler.handleRequest(GenericContainerRequest request,
GenericContainerResponse response)
Handle the HTTP request by dispatching request to appropriate resource.
|
void |
ContainerResponseWriter.writeBody(GenericContainerResponse response,
javax.ws.rs.ext.MessageBodyWriter entityWriter)
Write entity body in output stream.
|
void |
ContainerResponseWriter.writeHeaders(GenericContainerResponse response)
Write HTTP status and headers in HTTP response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerResponse |
| Modifier and Type | Field and Description |
|---|---|
protected GenericContainerResponse |
ApplicationContextImpl.response
See
ContainerResponse. |
| Modifier and Type | Method and Description |
|---|---|
GenericContainerResponse |
ApplicationContextImpl.getContainerResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestDispatcher.dispatch(GenericContainerRequest request,
GenericContainerResponse response)
Dispatch
ContainerRequest to resource which can serve request. |
protected void |
RequestDispatcher.dispatch(GenericContainerRequest request,
GenericContainerResponse response,
ApplicationContext context,
ObjectFactory<AbstractResourceDescriptor> resourceFactory,
Object resource,
String requestPath)
Process resource methods, sub-resource methods and sub-resource locators to find the best one for serve request.
|
void |
RequestHandlerImpl.handleRequest(GenericContainerRequest request,
GenericContainerResponse response) |
void |
EverrestProcessor.process(GenericContainerRequest request,
GenericContainerResponse response,
EnvironmentContext envCtx) |
| Constructor and Description |
|---|
ApplicationContextImpl(GenericContainerRequest request,
GenericContainerResponse response,
ProviderBinder providers)
Constructs new instance of ApplicationContext.
|
ApplicationContextImpl(GenericContainerRequest request,
GenericContainerResponse response,
ProviderBinder providers,
MethodInvokerDecoratorFactory methodInvokerDecoratorFactory)
Constructs new instance of ApplicationContext.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServletContainerResponseWriter.writeBody(GenericContainerResponse response,
javax.ws.rs.ext.MessageBodyWriter entityWriter) |
void |
ServletContainerResponseWriter.writeHeaders(GenericContainerResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
DummyContainerResponseWriter.writeBody(GenericContainerResponse response,
javax.ws.rs.ext.MessageBodyWriter entityWriter) |
void |
ByteArrayContainerResponseWriter.writeBody(GenericContainerResponse response,
javax.ws.rs.ext.MessageBodyWriter entityWriter) |
void |
DummyContainerResponseWriter.writeHeaders(GenericContainerResponse response) |
void |
ByteArrayContainerResponseWriter.writeHeaders(GenericContainerResponse response) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Tracer.addTraceHeaders(GenericContainerResponse response)
Add all collected trace messages to specified instance of
response as HTTP headers. |
Copyright © 2015. All rights reserved.