Package | Description |
---|---|
net.sourceforge.stripes.action |
This package defines the ActionBean interface and related classes and interfaces for
writing ActionBeans.
|
Modifier and Type | Method and Description |
---|---|
StreamingResolution |
StreamingResolution.setAttachment(boolean attachment)
Indicates whether to use content-disposition attachment headers or not.
|
StreamingResolution |
StreamingResolution.setFilename(java.lang.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.