org.seasar.tuigwaa.util
クラス ActionErrorsSet

java.lang.Object
  拡張org.apache.struts.action.ActionMessages
      拡張org.apache.struts.action.ActionErrors
          拡張org.seasar.tuigwaa.util.ActionErrorsSet
すべての実装インタフェース:
Serializable

public class ActionErrorsSet
extends org.apache.struts.action.ActionErrors

同じメッセージが複数登録されるのを防ぐActionErrors

作成者:
hatanaka
関連項目:
直列化された形式

入れ子クラスの概要
 
クラス org.apache.struts.action.ActionMessages から継承した入れ子クラス
org.apache.struts.action.ActionMessages.ActionMessageItem
 
フィールドの概要
 
クラス org.apache.struts.action.ActionErrors から継承したフィールド
GLOBAL_ERROR
 
クラス org.apache.struts.action.ActionMessages から継承したフィールド
accessed, GLOBAL_MESSAGE, iCount, messages
 
コンストラクタの概要
ActionErrorsSet()
           
 
メソッドの概要
 void add(org.apache.struts.action.ActionMessages messages)
           
 void add(String key, org.apache.struts.action.ActionMessage message)
           
 
クラス org.apache.struts.action.ActionErrors から継承したメソッド
add
 
クラス org.apache.struts.action.ActionMessages から継承したメソッド
clear, get, get, isAccessed, isEmpty, properties, size, size, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ActionErrorsSet

public ActionErrorsSet()
メソッドの詳細

add

public void add(String key,
                org.apache.struts.action.ActionMessage message)

add

public void add(org.apache.struts.action.ActionMessages messages)


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.