jp.morpho.webapp.servlet.http
クラス HttpSessionAttributeNames

java.lang.Object
  |
  +--jp.morpho.webapp.servlet.http.HttpSessionAttributeNames

public class HttpSessionAttributeNames
extends java.lang.Object

HttpSessionAttributeNames クラスは、セッションオブジェクトに格納される属性を識別するための名前を定義します。

作成者:
Kenichi Fukuda

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

フィールドの詳細

locale

public static final java.lang.String locale
ロケールを識別します

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

HttpSessionAttributeNames

public HttpSessionAttributeNames()