jp.morpho.webapp.servlet
クラス ServletContextAttributeNames

java.lang.Object
  |
  +--jp.morpho.webapp.servlet.ServletContextAttributeNames

public class ServletContextAttributeNames
extends java.lang.Object

ServletContextAttributeNames クラスは、ServletContext オブジェクトに格納される属性を識別するための名前を定義します。 このクラスに定義される名前は、ServletContext オブジェクトで使用されます。

作成者:
Kenichi Fukuda

フィールドの概要
static java.lang.String characterEncoding
          文字エンコーディングを識別します
 
コンストラクタの概要
ServletContextAttributeNames()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

characterEncoding

public static final java.lang.String characterEncoding
文字エンコーディングを識別します

関連項目:
定数フィールド値
コンストラクタの詳細

ServletContextAttributeNames

public ServletContextAttributeNames()