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


public interface ProcessPopulateHandler

ProcessPopulateHandler

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

関連項目:
DelegatingRequestProcessorEx

メソッドの概要
 boolean processPopulate(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, org.apache.struts.action.ActionForm form, 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のアクションフォームへのリクエストパラメータ反映処理
 

メソッドの詳細

processPopulate

boolean processPopulate(javax.servlet.http.HttpServletRequest req,
                        javax.servlet.http.HttpServletResponse res,
                        org.apache.struts.action.ActionForm form,
                        org.apache.struts.action.ActionMapping mapping,
                        org.apache.struts.config.ModuleConfig moduleConfig,
                        org.apache.struts.action.ActionServlet servlet,
                        org.springframework.web.context.WebApplicationContext wac)
                        throws javax.servlet.ServletException
Strutsのアクションフォームへのリクエストパラメータ反映処理

パラメータ:
req - HTTPリクエスト
res - HTTPレスポンス
form - アクションフォーム
mapping - アクションマッピング
moduleConfig - ModuleConfig
servlet - ActionServlet
wac - WebApplicationContext
戻り値:
true:処理成功 false:処理失敗
例外:
javax.servlet.ServletException - サーブレット例外


Copyright © 2012. All Rights Reserved.