パッケージ | 説明 |
---|---|
oscana.s2n.struts.action |
Struts1のorg.apache.struts.actionに対する互換APIクラス群。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ActionMapping |
ActionMappingTool.createActionMapping()
これまで設定した内容に応じたActionMappingを生成する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ActionForm.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Can be used to reset bean properties to their default state, as
needed.
|
void |
ActionForm.reset(ActionMapping mapping,
javax.servlet.ServletRequest request)
Can be used to reset all bean properties to their default state.
|
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. |