インタフェース
jp.terasoluna.fw.web.struts.action.resolver.ActionResolver の使用

ActionResolver を使用しているパッケージ
jp.terasoluna.fw.web.struts.action.handler Web版のStrutsのリクエスト処理の拡張ハンドラ 
jp.terasoluna.fw.web.struts.action.resolver Web版のStrutsのActionを解決するクラス 
 

jp.terasoluna.fw.web.struts.action.handler での ActionResolver の使用
 

ActionResolver 型の型パラメータを持つ jp.terasoluna.fw.web.struts.action.handler のフィールド
protected  List<ActionResolver> DefaultDelegateActionHandler.actionResolverList
          ActionResolverリスト
protected  ConcurrentHashMap<String,ActionResolver> DefaultDelegateActionHandler.pathResolverMap
          アクションパスに対応するActionResolverをキャッシュ
 

jp.terasoluna.fw.web.struts.action.resolver での ActionResolver の使用
 

ActionResolver を実装している jp.terasoluna.fw.web.struts.action.resolver のクラス
 class AbstractActionResolver
          AbstractActionResolver アクションパスと Action を結びつけるアクションリゾルバの抽象クラス。
 class BLogicActionResolver
          BLogicActionResolver BLogicBLogicActionを結びつけるアクションリゾルバ。
 class GeneralActionResolver
          GeneralActionResolver アクションパスとActionを結びつけるアクションリゾルバ。
 



Copyright © 2012. All Rights Reserved.