クラス
nga.servlet.config.PropertyInfo の使用

PropertyInfo を使用しているパッケージ
nga.servlet.config CongaServlet が使用するリクエスト設定・定義ファイル (XML) に記述された情報を格納するためのクラス群。 
nga.servlet.dsp.parser ParameterParser のデフォルト実装。 
 

nga.servlet.config での PropertyInfo の使用
 

PropertyInfo を返す nga.servlet.config のメソッド
 PropertyInfo TemplateInfo.getPropertyInfo()
          property タグ情報を取得する。
 

nga.servlet.dsp.parser での PropertyInfo の使用
 

PropertyInfo を返す nga.servlet.dsp.parser のメソッド
 PropertyInfo PropertyValue.getPropertyInfo()
          property タグ情報を取得する。
 

PropertyInfo 型のパラメータを持つ nga.servlet.dsp.parser のメソッド
static int PropertyValueParser.getBytelength(PropertyInfo propertyInfo)
          指定された property タグの "bytelength" (バイト数) 属性で指定された値を取得する。
static String PropertyValueParser.getChartype(PropertyInfo propertyInfo)
          指定された property タグの "chartype" (文字種) 属性で指定された値を取得する。
static String PropertyValueParser.getChartypeComment(PropertyInfo propertyInfo)
          指定された property タグの "chartype-comment" (文字種コメント) 属性で指定された値を取得する。
static String PropertyValueParser.getFormat(PropertyInfo propertyInfo, String defaultFormat)
          指定された property タグの "format" (書式文字列) 属性で指定された値を取得する。
static String PropertyValueParser.getLabel(PropertyInfo propertyInfo)
          指定された property タグの "label" (ラベル文字列) 属性で指定された値を取得する。
static int PropertyValueParser.getLength(PropertyInfo propertyInfo)
          指定された property タグの "length" (桁数) 属性で指定された値を取得する。
static String PropertyValueParser.getParser(PropertyInfo propertyInfo)
          指定された property タグの "parser" (PropertyValueParserクラス名) 属性で指定された値を取得する。
static int PropertyValueParser.getScale(PropertyInfo propertyInfo)
          指定された property タグの "scale" (小数部桁数) 属性で指定された値を取得する。
static boolean PropertyValueParser.isRequired(PropertyInfo propertyInfo)
          指定された property タグの "required" (必須入力項目かどうか) 属性に "true" が指定されているかどうかを 調べる。
 void PropertyValue.setup(String name, String value, PropertyInfo propertyInfo, Object object)
          このオブジェクトをセットアップする。