© 2002 BEA Systems, Inc.


examples.e2e.b2c.catalog.webflow
Class StoreCatalogEventIP

java.lang.Object
  |
  +--com.bea.p13n.appflow.webflow.InputProcessorSupport
        |
        +--examples.e2e.b2c.catalog.webflow.StoreCatalogEventIP

public class StoreCatalogEventIP
extends InputProcessorSupport

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.

See Also:
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

StoreCatalogEventIP

public StoreCatalogEventIP()
Method Detail

process

public java.lang.Object process(javax.servlet.http.HttpServletRequest request,
                                java.lang.Object requestContext)
                         throws ProcessingException

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved