|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.cssj.cti2.helpers.MimeTypeHelper
public final class MimeTypeHelper
MIME方を解析する補助クラスです。
メソッドの概要 | |
---|---|
static boolean |
equals(String type1,
String type2)
2つのMIMEタイプがパラメータを除いて同じがどうかを判別します。 |
static String |
getParameter(String type,
String name)
Content-Typeヘッダパラメータの値を返します。 |
static String |
getTypePart(String type)
パラメータを除いた部分を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public static boolean equals(String type1, String type2)
type1
- MIME型1。type2
- MIME型2。
public static String getTypePart(String type)
type
- MIME型。
public static String getParameter(String type, String name)
type
- Content-Typeヘッダ値。name
- パラメータ名。
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |