net.sourceforge.stripes.examples.bugzooky
Class DownloadAttachmentActionBean

java.lang.Object
  extended by net.sourceforge.stripes.examples.bugzooky.BugzookyActionBean
      extended by 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

Constructor Summary
DownloadAttachmentActionBean()
           
 
Method Summary
 net.sourceforge.stripes.action.Resolution getAttachment()
           
 Integer getAttachmentIndex()
           
 Integer getBugId()
           
 void setAttachmentIndex(Integer attachmentIndex)
           
 void setBugId(Integer bugId)
           
 
Methods inherited from class net.sourceforge.stripes.examples.bugzooky.BugzookyActionBean
getContext, populateBug, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadAttachmentActionBean

public DownloadAttachmentActionBean()
Method Detail

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.