Class Summary |
ActionUtils |
This class contains utility methods used by the Action objects
in the Project Billboard application. |
AuthenticateAction |
This class performs authentication in the Project Billboard
application. |
LoginAction |
This class handles forward to the login page in the Project Billboard
application. |
LogoutAction |
This class performs the log out from the Project Billboard
application. |
PBControllerServlet |
This class is an example of a servlet used as the Controller for
the Project Billboard application. |
PBDispatcherServlet |
This class acts as a controller for the Project Billboard
example, dispatching to separate Action objects for request
processing. |
ShowPageAction |
This class displays a JSP page in the Project Billboard
application. |
StoreMsgAction |
This class stores a new message in the Project Billboard
application. |
UpdateProfileAction |
This class updates a user profile in the Project Billboard
application. |