Class Summary |
AccountBean |
Provides a combination of JSF action and backing bean support for the account
web page. |
AccountServlet |
Servlet to handle customer account actions, such as login and register. |
AdminServlet |
Servlet to handle Administration actions |
BackOrderItem |
A class to hold a back order item's data. |
HelpBean |
JSF action bean for the help page. |
ImageServlet |
Servlet to handle image actions. |
LoginInfo |
A JSF backing bean used to store information for the login web page. |
MailAction |
This class sends the email confirmation message. |
OrderInfo |
A class to hold an order's data. |
Populate |
A basic POJO class for resetting the database. |
ProductBean |
Provides backing bean support for the product web page. |
ShoppingBean |
A combination JSF action bean and backing bean for the shopping web
page. |
ShoppingItem |
ShoppingItem wraps the JPA Inventory entity class to provide
additional methods needed by the web app. |
ValidatePasswords |
A JSF validator class, not implemented in Bean Validation
since validation is only required during GUI interaction. |
ValidatorUtils |
Simple helper class for JSF validators to handle error messages. |