net.sourceforge.stripes.examples.bugzooky
Class AdministerComponentsActionBean
java.lang.Object
net.sourceforge.stripes.examples.bugzooky.BugzookyActionBean
net.sourceforge.stripes.examples.bugzooky.AdministerComponentsActionBean
- All Implemented Interfaces:
- net.sourceforge.stripes.action.ActionBean
public class AdministerComponentsActionBean
- extends BugzookyActionBean
Manages the administration of Components, from the Administer Bugzooky page. Receives a List
of Components, which may include a new component and persists the changes. Also receives an
Array of IDs for components that are to be deleted, and deletes those.
- Author:
- Tim Fennell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdministerComponentsActionBean
public AdministerComponentsActionBean()
getDeleteIds
public int[] getDeleteIds()
setDeleteIds
public void setDeleteIds(int[] deleteIds)
getComponents
public List<Component> getComponents()
setComponents
public void setComponents(List<Component> components)
save
@DefaultHandler
public net.sourceforge.stripes.action.Resolution save()
© Copyright 2005, Stripes Development Team.