Package com.softslate.commerce.customer.product


package com.softslate.commerce.customer.product
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.

  • Classes
    Class
    Description
    Struts action class that corresponds to the search results page.
    Struts form class that correspondes to the search results page.
    Struts action class that corresponds to the category page.
    Struts form class that correspondes to the category page.
    Action class used to pull out facet counts to update the search filter.
    Form class corresponding to FacetCountsAction.
    Struts action class that corresponds to the manufacturer page.
    Struts form class that correspondes to the manufacturer page.
    Struts action class that corresponds to the product page.
    Struts form class that correspondes to the product page.
    Initializes singleton objects related to products, in the application scope.
    Struts action class that corresponds to the product list page.
    Struts form class that correspondes to the product list page.
    This action processes the review submitted by the user.
    This class is used for the presentation/struts side of the product review form submission.
    Class to load Product Review Form for Review Submission
    Struts action class that corresponds to the search results page.
    Struts form class that correspondes to the search results page.
    Runs a search against the Suggestions Index to provide suggestions for users who are searching.
    Form class corresponding to SuggestionsAction, an action that searches for suggestions in the Suggestions index matching the user input, to help users search.