Package net.sourceforge.stripes.examples.bugzooky

Class Summary
AdministerComponentsActionBean Manages the administration of Components, from the Administer Bugzooky page.
AdministerPeopleActionBean Manages the administration of People, from the Administer Bugzooky page.
BugzookyActionBean Simple ActionBean implementation that all ActionBeans in the Bugzooky example will extend.
BugzookyActionBeanContext ActionBeanContext subclass for the Bugzooky application that manages where values like the logged in user are stored.
DownloadAttachmentActionBean Action that responds to a user's request to download an attachment to a bug.
LoginActionBean An example of an ActionBean that uses validation annotations on fields instead of on methods.
LogoutActionBean Straightforward logout action that logs the user out and then sends to an exit page.
MultiBugActionBean ActionBean that deals with setting up and saving edits to multiple bugs at once.
RegisterActionBean ActionBean that handles the registration of new users.
SecurityFilter A simplistic security filter for Bugzooky that ensures that the user is logged in before allowing access to any secured pages.
SingleBugActionBean ActionBean that provides method for editing a single bug in detail.
ViewResourceActionBean ActionBean that is used to display source files from the bugzooky web application to the user.
 



© Copyright 2005, Stripes Development Team.