|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| AdvancedSearchAction | Struts action class that corresponds to the search results page. |
| AdvancedSearchForm | Struts form class that correspondes to the search results page. |
| CategoryAction | Struts action class that corresponds to the category page. |
| CategoryForm | Struts form class that correspondes to the category page. |
| FacetCountsAction | |
| FacetCountsForm | |
| ManufacturerAction | Struts action class that corresponds to the manufacturer page. |
| ManufacturerForm | Struts form class that correspondes to the manufacturer page. |
| ProductAction | Struts action class that corresponds to the product page. |
| ProductForm | Struts form class that correspondes to the product page. |
| ProductInitializer | Initializes singleton objects related to products, in the application scope. |
| ProductListAction | Struts action class that corresponds to the product list page. |
| ProductListForm | Struts form class that correspondes to the product list page. |
| ProductReviewAction | This action processes the review submitted by the user. |
| ProductReviewForm | This class is used for the presentation/struts side of the product review form submission. |
| ProductReviewFormAction | Class to load Product Review Form for Review Submission |
| SearchAction | Struts action class that corresponds to the search results page. |
| SearchForm | Struts form class that correspondes to the search results page. |
Provides Struts form classes and action classes for use with requests to the system for product information.
ProductForm and
ProductAction respond to requests
for the product page, or "/Product.do".
CategoryForm and
CategoryAction respond to requests
for the category page, or "/Category.do".
ProductListForm and
ProductListAction respond to requests
for the product list page, or "/ProductList.do".
SearchForm and
SearchAction respond to requests
for the search results page, or "/Search.do".
ProductInitializer
initializes singleton objects in the servlet's application scope related to the
products in the store.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||