public interface ContentDispositionHeader extends Parameters, Header
| Modifier and Type | Field and Description |
|---|---|
static String |
ALERT |
static String |
ICON |
static String |
NAME |
static String |
RENDER |
static String |
SESSION |
| Modifier and Type | Method and Description |
|---|---|
String |
getDispositionType() |
String |
getHandling() |
void |
setDispositionType(String dispositionType) |
void |
setHandling(String handling) |
getParameter, getParameterNames, removeParameter, setParameterstatic final String NAME
static final String SESSION
static final String RENDER
static final String ICON
static final String ALERT
void setDispositionType(String dispositionType) throws ParseException
ParseExceptionString getDispositionType()
void setHandling(String handling) throws ParseException
ParseExceptionString getHandling()
Copyright © 2016. All rights reserved.