com.beasys.commerce.foundation.pipeline
Class PipelineConstants
java.lang.Object
|
+--com.beasys.commerce.foundation.pipeline.PipelineConstants
- public class PipelineConstants
- extends java.lang.Object
Definition of constants used by PipelineSession and other related classes
- See Also:
CommerceInputProcessor
Field Summary |
static java.lang.String |
PIPELINE_ATTRIBUTE_NAME
The name of the PipelineSession in the HttpSession . |
static int |
PIPELINE_SESSION_SCOPE
A constant that identifies the PipelineSession scope for the attributes. |
static int |
REQUEST_SCOPE
A constant that identifies the Request scope for the attributes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PIPELINE_ATTRIBUTE_NAME
public static final java.lang.String PIPELINE_ATTRIBUTE_NAME
- The name of the
PipelineSession
in the HttpSession
.
Use this constant to store and retrieve the PipelineSession
to
and from the HttpSession
.
Note: It is highly recommended that the PipelineSession
should be accessed through the CommerceInputProcessor
.
PIPELINE_SESSION_SCOPE
public static final int PIPELINE_SESSION_SCOPE
- A constant that identifies the PipelineSession scope for the attributes.
Attributes added to the
PipelineSession
with this scope,
are available till the end if the current HttpSession
.
REQUEST_SCOPE
public static final int REQUEST_SCOPE
- A constant that identifies the Request scope for the attributes.
Attributes added to the
PipelineSession
with this scope,
are available till the end if the current HttpServletRequest
.
PipelineConstants
public PipelineConstants()
Copyright © 2001 BEA Systems, Inc. All Rights Reserved