|
© 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 | +--examples.e2e.b2c.catalog.webflow.GetCategoryIP
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
.
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 |
public GetCategoryIP()
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 |