| Package | Description |
|---|---|
| com.helger.servlet.response |
| Modifier and Type | Field and Description |
|---|---|
static EContentDispositionType |
UnifiedResponse.DEFAULT_CONTENT_DISPOSITION_TYPE
Default content disposition type is Attachment
|
| Modifier and Type | Method and Description |
|---|---|
EContentDispositionType |
UnifiedResponse.getContentDispositionType() |
static EContentDispositionType |
EContentDispositionType.getFromIDOrNull(String sID) |
static EContentDispositionType |
EContentDispositionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EContentDispositionType[] |
EContentDispositionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UnifiedResponse |
UnifiedResponse.setContentDispositionType(EContentDispositionType eContentDispositionType)
Set the content disposition type (e.g. for PDF/Excel downloads).
|
Copyright © 2016–2019 Philip Helger. All rights reserved.