net.sourceforge.stripes.examples.bugzooky
Class DownloadAttachmentActionBean
java.lang.Object
net.sourceforge.stripes.examples.bugzooky.BugzookyActionBean
net.sourceforge.stripes.examples.bugzooky.DownloadAttachmentActionBean
- All Implemented Interfaces:
- net.sourceforge.stripes.action.ActionBean
public class DownloadAttachmentActionBean
- extends BugzookyActionBean
Action that responds to a user's request to download an attachment to a bug.
- Author:
- Tim Fennell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DownloadAttachmentActionBean
public DownloadAttachmentActionBean()
getBugId
public Integer getBugId()
setBugId
public void setBugId(Integer bugId)
getAttachmentIndex
public Integer getAttachmentIndex()
setAttachmentIndex
public void setAttachmentIndex(Integer attachmentIndex)
getAttachment
@DefaultHandler
public net.sourceforge.stripes.action.Resolution getAttachment()
© Copyright 2005, Stripes Development Team.