|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface that manages the relationship between the PipelineSession, the HttpRequest, and the HttpSession.
Field Summary | |
static java.lang.String |
DEFAULT_NAMESPACE_ATTRIBUTE_NAME
The name of the HTTP session attribute that contains the name of the default namespace. |
Method Summary | |
PipelineSession |
getPipelineSession(javax.servlet.http.HttpServletRequest request)
A utility method that gets the PipelineSession object, creating it if necessary and setting it to the HttpServletRequest |
PipelineSession |
getPipelineSession(javax.servlet.http.HttpServletRequest request,
boolean create)
A utility method that gets the PipelineSession object. |
void |
setPipelineSession(javax.servlet.http.HttpServletRequest request,
PipelineSession pSession)
A utility method that sets the PipelineSession object back to the HttpServletRequest. |
Field Detail |
public static final java.lang.String DEFAULT_NAMESPACE_ATTRIBUTE_NAME
Method Detail |
public PipelineSession getPipelineSession(javax.servlet.http.HttpServletRequest request)
request
- the HttpServletRequestpublic PipelineSession getPipelineSession(javax.servlet.http.HttpServletRequest request, boolean create)
request
- the HttpServletRequestcreate
- if true, will create a PS for this request if one does
not already exist. If false, it will return null if
a PS does not exist for this request.public void setPipelineSession(javax.servlet.http.HttpServletRequest request, PipelineSession pSession)
request
- the HttpServletRequestpSession
- the PipelineSession
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |