| Class | Description |
|---|---|
| CurrentUserInterceptor |
A Spring MVC interceptor that adds the currentUser into the request as a request attribute
before the JSP is rendered.
|
| EditUserCommand |
Command binding object for editing a user.
|
| EditUserValidator |
Validator when editing a user.
|
| HomeController |
Web controller used when loading the home page.
|
| LoginCommand |
Command binding object for logging in.
|
| LoginValidator |
Validator for login.
|
| ManageUsersController |
Web MVC controller that handles operations related to managing users, such as editing them and deleting them.
|
| SecurityController |
Web MVC controller that handles security-related web requests, such as login and logout.
|
| SignupCommand |
Command binding object for signing up for a new account.
|
| SignupController |
Web MVC controller that handles signup requests.
|
| SignupValidator |
Validator for the signup form.
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.