|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestContextFactory
Interface for a RequestContext factory.
A request context factory is invoked by the framework at the start of the request chain. It is responsible for producing a RequestContext object which is bound to the request. The RequestContext object is a single object instance with which all downstream framework elements can consult.
The RequestContext object is scoped to the request.
| Field Summary | |
|---|---|
static String |
SILENT_INIT
Request level marker to the factory impl to perform minimum silent init on the creation of the request - this ensures no authenticated connections etc. |
static String |
USER_ENDPOINT
Request level marker to the factory impl to override the endpoint used to load user meta-data during the instantiation of the request context. |
| Method Summary | |
|---|---|
RequestContext |
newInstance(javax.servlet.ServletRequest request)
Produces a new RequestContext instance for a given request. |
| Field Detail |
|---|
static final String SILENT_INIT
static final String USER_ENDPOINT
| Method Detail |
|---|
RequestContext newInstance(javax.servlet.ServletRequest request)
throws RequestContextException
RequestContextException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||