See: Description
Interface | Description |
---|---|
FlashServletContext |
Defines the publicly accessible servlet context methods which are unique to
Flash servlet processing.
|
PagingServlet |
Defines the publicly accessible servlet methods which are unique to paging
servlet processing.
|
PagingServletContext |
Defines the publicly accessible servlet context methods which are unique to
paging servlet processing.
|
Class | Description |
---|---|
AccountBillingAddEdit |
Writes and processes the store's account billing add/edit page.
|
AccountContactAddEdit |
Writes and processes the store's account contact add/edit page.
|
AccountCreditCardAddEdit |
Writes and processes the store's credit card add/edit page.
|
AccountCreditCardSelect |
Writes and processes the store's credit card select page.
|
AccountLogonAddEdit |
Writes and processes the store's account logon add/edit page.
|
AccountLogonViewId |
Writes and processes the store's account logon view id page.
|
AccountPasswordEdit |
Writes and processes the store's account password edit page.
|
AccountProfile |
Writes and processes the store's account profile page.
|
AccountServlet |
An abstract extension of
MainServlet that provides default
functionality for account maintenance servlet processing and defines method
signatures for specific servlet requirements. |
AccountShippingAddEdit |
Writes and processes the store's account shipping location add/edit page.
|
AccountShippingSelect |
Writes and processes the store's account shipping location select page.
|
AddToOpenOrder |
Writes and processes the store's add to open order page.
|
CartLineEdit |
Writes and processes the store's cart line edit page.
|
CheckOut |
Writes and processes the store's check out page.
|
ClientRequest |
Handles AJAX requests from clients.
|
ConfirmOrder |
Writes and processes the store's confirm order page.
|
EmailForm |
Accepts generic HTML form data and emails the data to a configured recipient.
|
EmailUser |
Internally used servlet for sending email to a web site user.
|
FavoriteAddEdit |
Writes and processes the store's favorite items list add/edit page.
|
FavoriteItems |
Writes and processes the store's favorite items page.
|
FlashServlet |
An abstract extension of
BaseServlet that provides default
functionality for Flash-specific servlet processing and defines method
signatures for specific servlet requirements. |
FlashServletRequest |
Defines a servlet request and its associated parameters.
|
FlashStartup |
An implementation of
BaseStartup that provides Flash-specific
startup servlet processing. |
Home |
Writes and processes the store's home page.
|
InvoiceHistory |
Writes and processes the store's invoice history page.
|
Logoff |
Invalidates the current session and redirects to the Home servlet for a
retail site or redirects to the Logon servlet for a wholesale site.
|
Logon |
Writes and processes the store's logon page.
|
LogonAssistance |
Writes and processes the store's logon assistance page.
|
LogonFirst |
Writes and processes the store's logon first page.
|
LogonShippingSelect |
Writes and processes the store's logon shipping location select page.
|
LogonUser |
Processes user logon values that are submitted from an external site.
|
MainPagingServlet |
An abstract extension of
MainServlet that provides default
functionality for paged main page servlet processing and defines method
signatures for specific servlet requirements. |
MainServlet |
An abstract extension of
FlashServlet that provides default
functionality for main page servlet processing and defines method
signatures for specific servlet requirements. |
OrderDetails |
Writes and processes the store's order history details page.
|
OrderRequestAPI |
Servlet API for external access to order creation.
|
OrderSummary |
Writes and processes the store's order history summary page.
|
OrderToExcel |
Writes and processes the store's order history create and download Excel
spreadsheet page.
|
PagingServletLinks |
Provides the calculations necessary in order to process servlet pages that
handle paging through a list of records.
|
ProductCompare |
Writes and processes the store's product compare page.
|
ProductDetails |
Writes and processes the store's product details page.
|
Products |
Writes and processes the store's product grid and list pages.
|
ProductSearch |
Writes and processes the store's product search page.
|
ProductSearchResults |
Writes and processes the store's product search results grid and list pages.
|
ProductSpecial |
Writes and processes the store's product special grid and list pages.
|
ProductWarehouseDetail |
Writes and processes the store's product warehouse detail page.
|
PunchOut |
Writes and processes the store's punch-out request.
|
QuickOrder |
Writes and processes the store's quick order page.
|
ReorderRejects |
Writes and processes the store's reorder rejects page.
|
ReviewCart |
Writes and processes the store's review cart page.
|
ScriptRequest |
Handles servlet requests from scripts and templates.
|
ShipmentDetails |
Writes and processes the store's order history shipment details page.
|
StaticPage |
Writes and processes the store's static page content.
|
UserHelp |
Writes and processes the store's user help page content.
|
DPS Flash specific servlets for handling shopping functions.