© 2002 BEA Systems, Inc.


examples.e2e.b2c.catalog.webflow
Class GetProductItemIP

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

public class GetProductItemIP
extends CatalogIP

This InputProcessor takes a SKU String from the HTTP request, validates the SKU String, creates a ProductItemKey based on the SKU String, and adds it to the PipelineSession in the session scope.

See Also:
InputProcessor, CatalogIP

Fields inherited from class com.bea.p13n.appflow.webflow.InputProcessorSupport
exFmt
 
Constructor Summary
GetProductItemIP()
           
 
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

GetProductItemIP

public GetProductItemIP()
Method Detail

process

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

Overrides:
process in class CatalogIP

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved