Class Summary |
AccessControlFilter |
This class provides access control for all requests in the Project
Billboard application, by looking for the authentication token in
the session and forwarding to the login page if not found. |
AuthenticateAction |
This class performs authentication in the Project Billboard
application. |
EmployeeBean |
This class contains information about an employee. |
EmployeeRegistryBean |
This class is an example of an application specific interface
to a data source (faked here, but it could be a database). |
NewsBean |
This class maintains a list of NewsItemBean objects. |
NewsItemBean |
This class holds information about one news item. |
StoreMsgAction |
This class stores a new message in the Project Billboard
application. |
UpdateProfileAction |
This class updates a user profile in the Project Billboard
application. |