Uses of Class
net.sourceforge.stripes.action.StreamingResolution

Packages that use StreamingResolution
net.sourceforge.stripes.action This package defines the ActionBean interface and related classes and interfaces for writing ActionBeans. 
 

Uses of StreamingResolution in net.sourceforge.stripes.action
 

Methods in net.sourceforge.stripes.action that return StreamingResolution
 StreamingResolution StreamingResolution.setAttachment(boolean attachment)
          Indicates whether to use content-disposition attachment headers or not.
 StreamingResolution StreamingResolution.setFilename(String filename)
          Sets the filename that will be the default name suggested when the user is prompted to save the file/stream being sent back.
 StreamingResolution StreamingResolution.setLastModified(long lastModified)
          Sets the modification-date timestamp.
 StreamingResolution StreamingResolution.setLength(long length)
          Sets the file length.
 



? Copyright 2005-2006, Stripes Development Team.