intra-mart(R)
5.0

jp.co.intra_mart.framework.base.web.tag.attribute
クラス I18nAttributes

java.lang.Object
  拡張jp.co.intra_mart.framework.base.web.tag.attribute.GenericAttributes
      拡張jp.co.intra_mart.framework.base.web.tag.attribute.I18nAttributes

public class I18nAttributes
extends GenericAttributes

国際化の属性です。

バージョン:
1.0

コンストラクタの概要
I18nAttributes()
          I18nAttributesを新規に生成します。
 
メソッドの概要
 String getDir()
          属性dirの値を取得します。
 String getLang()
          属性langの値を取得します。
 void printAttributes()
          属性の内容を表示します。
 void setDir(String dir)
          属性dirの値を取得します。
 void setLang(String lang)
          属性langの値を設定します。
 
クラス jp.co.intra_mart.framework.base.web.tag.attribute.GenericAttributes から継承したメソッド
getTagWriter, setTagWriter
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

I18nAttributes

public I18nAttributes()
I18nAttributesを新規に生成します。

メソッドの詳細

getLang

public String getLang()
属性langの値を取得します。

戻り値:
lang

setLang

public void setLang(String lang)
属性langの値を設定します。

パラメータ:
lang - lang

getDir

public String getDir()
属性dirの値を取得します。

戻り値:
dir

setDir

public void setDir(String dir)
属性dirの値を取得します。

パラメータ:
dir - dir

printAttributes

public void printAttributes()
                     throws IOException
属性の内容を表示します。

定義:
クラス GenericAttributes 内の printAttributes
例外:
IOException - 出力中に例外が発生

intra-mart(R)
5.0

Copyright © 2000-2005 NTT DATA INTRAMART CO.,LTD. All Rights Reserved.