© 2002 BEA Systems, Inc.


examples.e2e.b2c.catalog.webflow
Class GetCategoryIP

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

public class GetCategoryIP
extends CatalogIP

This InputProcessor takes a Category ID String from the HTTP request, validates the ID String, creates a CategoryKey based on the ID String, and adds it to the PipelineSession in the session scope. In the event that the Category ID String is not specified, the root category key will be added to the PipelineSession.

See Also:
InputProcessor, CatalogIP

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

GetCategoryIP

public GetCategoryIP()
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