| com/salmonllc/examples/example8/ContactDetailController.java |
The controller object for the detail page. |
| com/salmonllc/examples/example8/ContactListController.java |
The controller object for the list page. |
| com/salmonllc/examples/example8/ContactModel.java |
The model object that both pages use. |
| com/salmonllc/examples/example8/ContactValidator.java |
The validator component that validates the contact detail form. |
| com/salmonllc/examples/example8/EMailValidation.java |
An encapsulated validation expression for an email address. |
| com/salmonllc/examples/example8/PhoneValidation.java |
An encapsulated validation expression for a phone number. |
| example8/ContactDetail.jsp |
The view JSP for the detail page. |
| example8/ContactList.jsp |
The view JSP for the list page. |