jp.terasoluna.fw.web.struts.action.handler
インタフェース ProcessActionFormHandler


public interface ProcessActionFormHandler

ProcessActionFormHandler

processActionForm処理を拡張する際に利用する。

関連項目:
DelegatingRequestProcessorEx

メソッドの概要
 org.apache.struts.action.ActionForm processActionForm(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, org.apache.struts.action.ActionMapping mapping, org.apache.struts.config.ModuleConfig moduleConfig, org.apache.struts.action.ActionServlet servlet, org.springframework.web.context.WebApplicationContext wac)
          Strutsのアクションフォーム取得処理
 

メソッドの詳細

processActionForm

org.apache.struts.action.ActionForm processActionForm(javax.servlet.http.HttpServletRequest req,
                                                      javax.servlet.http.HttpServletResponse res,
                                                      org.apache.struts.action.ActionMapping mapping,
                                                      org.apache.struts.config.ModuleConfig moduleConfig,
                                                      org.apache.struts.action.ActionServlet servlet,
                                                      org.springframework.web.context.WebApplicationContext wac)
Strutsのアクションフォーム取得処理

パラメータ:
req - HTTPリクエスト
res - HTTPレスポンス
mapping - アクションマッピング
moduleConfig - ModuleConfig
servlet - ActionServlet
wac - WebApplicationContext
戻り値:
form アクションフォーム


Copyright © 2012. All Rights Reserved.