| Package | Description |
|---|---|
| org.everrest.core | |
| org.everrest.core.impl | |
| org.everrest.core.servlet |
| Modifier and Type | Method and Description |
|---|---|
GenericContainerRequest |
ApplicationContext.getContainerRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestFilter.doFilter(GenericContainerRequest request)
Can modify original request.
|
void |
RequestHandler.handleRequest(GenericContainerRequest request,
GenericContainerResponse response)
Handle the HTTP request by dispatching request to appropriate resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerRequest |
| Modifier and Type | Field and Description |
|---|---|
protected GenericContainerRequest |
ApplicationContextImpl.request
|
| Modifier and Type | Method and Description |
|---|---|
GenericContainerRequest |
ApplicationContextImpl.getContainerRequest() |
| 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 | Class and Description |
|---|---|
class |
ServletContainerRequest |
Copyright © 2015. All rights reserved.