Uses of Class
net.sourceforge.stripes.examples.bugzooky.BugzookyActionBean

Packages that use BugzookyActionBean
net.sourceforge.stripes.examples.bugzooky   
 

Uses of BugzookyActionBean in net.sourceforge.stripes.examples.bugzooky
 

Subclasses of BugzookyActionBean in net.sourceforge.stripes.examples.bugzooky
 class AdministerComponentsActionBean
          Manages the administration of Components, from the Administer Bugzooky page.
 class AdministerPeopleActionBean
          Manages the administration of People, from the Administer Bugzooky page.
 class DownloadAttachmentActionBean
          Action that responds to a user's request to download an attachment to a bug.
 class LoginActionBean
          An example of an ActionBean that uses validation annotations on fields instead of on methods.
 class LogoutActionBean
          Straightforward logout action that logs the user out and then sends to an exit page.
 class MultiBugActionBean
          ActionBean that deals with setting up and saving edits to multiple bugs at once.
 class RegisterActionBean
          ActionBean that handles the registration of new users.
 class SingleBugActionBean
          ActionBean that provides method for editing a single bug in detail.
 class ViewResourceActionBean
          ActionBean that is used to display source files from the bugzooky web application to the user.
 



© Copyright 2005, Stripes Development Team.