public class ContentDispositionHeader extends HttpHeader
name, NULL, paramDelimiter, value| Constructor and Description |
|---|
ContentDispositionHeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
__net_http_ContentDispositionHeader_constructor__(character _pcName) |
void |
__net_http_ContentDispositionHeader_constructor__(character _pcName,
character _pcValue) |
void |
__net_http_ContentDispositionHeader_execute__() |
logical |
setParameterValue(character _pcParamName,
character _pcParamValue)
Set the header parameter value.
|
__net_http_HttpHeader_constructor__, __net_http_HttpHeader_constructor__, __net_http_HttpHeader_constructor__, __net_http_HttpHeader_constructor__static__, __net_http_HttpHeader_execute__, clearParams, extractParameters, getBaseValue, getName, getNullHeader, getParamDelimiter, getParameterValue, getParameterValues, getValue_1, getValue, hasParameter, removeParameters, setName, setNullHeader, setParamDelimiter, setValue_1, setValue, toLegacyString, validate__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyClone, legacyEqualsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTrackedpublic void __net_http_ContentDispositionHeader_execute__()
public void __net_http_ContentDispositionHeader_constructor__(character _pcName)
public void __net_http_ContentDispositionHeader_constructor__(character _pcName, character _pcValue)
public logical setParameterValue(character _pcParamName, character _pcParamValue)
HttpHeadersetParameterValue in class HttpHeader_pcParamName - parameter name._pcParamValue - paramater value.true if the value was replaced.