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

既知の実装クラスの一覧:
DefaultDelegateActionHandler

public interface DelegateActionHandler

DelegateActionHandler

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

関連項目:
DelegatingRequestProcessorEx

メソッドの概要
 org.apache.struts.action.Action resolveAction(String beanName, org.apache.struts.action.Action action, org.apache.struts.action.ActionMapping mapping, org.apache.struts.config.ModuleConfig moduleConfig, org.apache.struts.action.ActionServlet servlet, org.springframework.web.context.WebApplicationContext wac)
          対応するアクションを取得する
 

メソッドの詳細

resolveAction

org.apache.struts.action.Action resolveAction(String beanName,
                                              org.apache.struts.action.Action action,
                                              org.apache.struts.action.ActionMapping mapping,
                                              org.apache.struts.config.ModuleConfig moduleConfig,
                                              org.apache.struts.action.ActionServlet servlet,
                                              org.springframework.web.context.WebApplicationContext wac)
対応するアクションを取得する

パラメータ:
beanName - Bean名
action - Action
mapping - ActionMapping
moduleConfig - ModuleConfig
servlet - ActionServlet
wac - WebApplicationContext
戻り値:
Action


Copyright © 2012. All Rights Reserved.