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