パッケージ org.postgresql.util
クラス URLCoder
java.lang.Object
org.postgresql.util.URLCoder
This class helps with URL encoding and decoding. UTF-8 encoding is used by default to make
encoding consistent across the driver, and encoding might be changed via
postgresql.url.encoding
property
Note: this should not be used outside of PostgreSQL source, this is not a public API of the driver.
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
-
コンストラクタの詳細
-
URLCoder
public URLCoder()
-
-
メソッドの詳細
-
decode
Decodesx-www-form-urlencoded
string into Java string.- パラメータ:
encoded
- encoded value- 戻り値:
- decoded value
- 関連項目:
-
encode
Encodes Java string intox-www-form-urlencoded
format- パラメータ:
plain
- input value- 戻り値:
- encoded value
- 関連項目:
-