© 2002 BEA Systems, Inc.


examples.e2e.b2c.catalog.webflow
Class CatalogIP

java.lang.Object
  |
  +--com.bea.p13n.appflow.webflow.InputProcessorSupport
        |
        +--examples.e2e.b2c.catalog.webflow.CatalogIP
Direct Known Subclasses:
GetCategoryIP, GetProductItemIP, KeywordSearchIP

public abstract class CatalogIP
extends InputProcessorSupport

This InputProcessor is the base class for all Catalog related InputProcessor components. The process method extracts a view size String from the HTTP requests, validates the String, and then adds the integer value of the view index String to the PipelineSession.

See Also:
InputProcessor, HttpRequestConstants, PipelineSessionConstants, PipelineSession

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

CatalogIP

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