|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.appflow.webflow.InputProcessorSupport | +--examples.e2e.b2c.catalog.webflow.StoreCatalogEventIP
This InputProcessor
is used to store the current portlet event
as the session scoped PipelineSession
attribute called
B2CPortalConstants.LAST_CATALOG_EVENT_ATTRIB
. The catalog
browse portlet uses this information to decide which view of the catalog to
display. The event must be stoed as a session scoped attribute in case the
portlet is refreshed for any reason.
InputProcessor
,
PipelineSession
,
PortalAppflowConstants
,
B2CPortalConstants
Fields inherited from class com.bea.p13n.appflow.webflow.InputProcessorSupport |
exFmt |
Constructor Summary | |
StoreCatalogEventIP()
|
Method Summary | |
java.lang.Object |
process(javax.servlet.http.HttpServletRequest request,
java.lang.Object requestContext)
|
Methods inherited from class com.bea.p13n.appflow.webflow.InputProcessorSupport |
getCurrentNamespace,
getPipelineSession,
getRequestAttribute,
getSessionAttribute,
setRequestAttribute,
setSessionAttribute |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public StoreCatalogEventIP()
Method Detail |
public java.lang.Object process(javax.servlet.http.HttpServletRequest request, java.lang.Object requestContext) throws ProcessingException
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |