パッケージ | 説明 |
---|---|
oscana.s2n.struts.action |
Struts1のorg.apache.struts.actionに対する互換APIクラス群。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ActionErrors |
ActionForm.validate(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Can be used to validate the properties that have been set for this
HTTP request, and return an
ActionErrors object that
encapsulates any validation errors that have been found. |
ActionErrors |
ActionForm.validate(ActionMapping mapping,
javax.servlet.ServletRequest request)
Can be used to validate the properties that have been set for this
non-HTTP request, and return an
ActionErrors object that
encapsulates any validation errors that have been found. |
コンストラクタと説明 |
---|
ActionErrors(ActionErrors messages)
Create an
ActionErrors object initialized with the
given messages. |