Class Summary
|
CatalogIP |
This InputProcessor is the base class for all Catalog
related InputProcessor components. |
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. |
GetProductItemIP |
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. |
KeywordSearchIP |
This InputProcessor takes a keyword search String from
the HTTP request, validates the search String, creates a
KeywordQuery based on the search String, adds it to
the PipelineSession in the session scope, and clears
the PipelineSession of any previous search results. |
StoreCatalogEventIP |
This InputProcessor is used to store the current portlet event
as the session scoped PipelineSession attribute called
B2CPortalConstants.LAST_CATALOG_EVENT_ATTRIB . |