| 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(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.
|
StreamingResolution |
StreamingResolution.setRangeSupport(boolean rangeSupport)
Indicates whether byte range serving is supported by stream method.
|
© Copyright 2005-2006, Stripes Development Team.