Kagetaka

net.hizlab.kagetaka.util
クラス URLEncoder

java.lang.Object
  拡張net.hizlab.kagetaka.util.URLEncoder

public class URLEncoder
extends Object

URL 履歴のリストです。

バージョン:
$Revision: 1.1 $

メソッドの概要
static String encode(String s, String encoding)
          文字列を x-www-form-urlencoded 形式に変換します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

encode

public static String encode(String s,
                            String encoding)
文字列を x-www-form-urlencoded 形式に変換します。

パラメータ:
s - 変換する文字列
encoding - 変換時に利用するエンコーディング
戻り値:
変換後の文字列

Kagetaka

Copyright (c) 2002-2003 The Kagetaka Project 'September 12, 2003'