Class Summary |
BorrowedBooks |
Shows a list of the user's books, allowing books to be editted or
even deleted. |
ConfirmBookDelete |
Presents a confirmation page before deleting a book. |
EditBook |
Edits the properties of at book. |
EditProfile |
Edit's a user's profile: names, email and password. |
Home |
The home page for the application, it's primary purpose is
to provide a book search form. |
Login |
Allows the user to login, by providing email address and password. |
Logout |
Logs the user out, invalidating the HttpSession and showing
a goodbye message. |
Matches |
Run's queries and displays matches. |
MyLibrary |
Shows a list of the user's books, allowing books to be editted or
even deleted. |
NewBook |
|
PersonPage |
Displays the book inventory list for a single IPerson , showing
what books are owned by the person, who has them borrowed, etc. |
Register |
Invoked from the Login page, to allow a user to register
into the system on-the-fly. |
ViewBook |
Shows the details of a book, and allows the user to borrow it. |