public static class HttpProperties.Encoding extends ObjectSE
| 修飾子と型 | クラスと説明 |
|---|---|
static class | HttpProperties.Encoding.Type |
| 修飾子と型 | フィールドと説明 |
|---|---|
static CharsetSE | DEFAULT_CHARSET |
| コンストラクターと説明 |
|---|
Encoding() |
| 修飾子と型 | メソッドと説明 |
|---|---|
CharsetSE | getCharset() |
MapSE<LocaleSE, CharsetSE> | getMapping() |
boolean | isForce() |
boolean | isForceRequest() |
boolean | isForceResponse() |
void | setCharset(CharsetSE charset) |
void | setForce(boolean force) |
void | setForceRequest(boolean forceRequest) |
void | setForceResponse(boolean forceResponse) |
void | setMapping(MapSE<LocaleSE, CharsetSE> mapping) |
boolean | shouldForce(HttpProperties.Encoding.Type type) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static final CharsetSE DEFAULT_CHARSET
public CharsetSE getCharset()
public void setCharset(CharsetSE charset)
public boolean isForce()
public void setForce(boolean force)
public boolean isForceRequest()
public void setForceRequest(boolean forceRequest)
public boolean isForceResponse()
public void setForceResponse(boolean forceResponse)
public boolean shouldForce(HttpProperties.Encoding.Type type)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.