public final class ContentDisposition
extends java.lang.Object
Note that the actual behavior on the client browser might be affected by security configuration of the browser.
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTACHMENT
Send the document to the browser and present an option to save the document to disk or open in the application associated with the document's extension.
|
static int |
INLINE
Send the document to the browser and presents an option to save the document to disk or open inside the browser.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String contentDispositionName) |
static java.lang.String |
getName(int contentDisposition) |
static int[] |
getValues() |
static java.lang.String |
toString(int contentDisposition) |
public static final int ATTACHMENT
public static final int INLINE
public static final int length