Uses of Interface
nablarch.fw.MethodBinder
Packages that use MethodBinder
Package
Description
本フレームワークの処理方式に共通する概念やアーキテクチャに関連する
インターフェース及びモジュールを収めたパッケージ。
処理方式に依存しないフレームワーク標準ハンドラを収めたパッケージ。
NablarchのActionハンドラをJAX-RSのリソースクラスとして呼び出す事ができる機能を提供する。
画面オンライン処理方式の主要APIを収めたパッケージ。
画面オンライン処理方式向けフレームワーク標準ハンドラ。
-
Uses of MethodBinder in nablarch.fw
Methods in nablarch.fw that return MethodBinderModifier and TypeMethodDescription<TData,
TResult>
MethodBinder<TData,TResult> HandlerQueueManager.getMethodBinder()
メソッドレベルの処理委譲を行うコンポーネントを返す。Methods in nablarch.fw with parameters of type MethodBinderModifier and TypeMethodDescriptionHandlerQueueManager.setMethodBinder
(MethodBinder<?, ?> binder) メソッドレベルの処理委譲を行うコンポーネントを指定する。 -
Uses of MethodBinder in nablarch.fw.handler
Classes in nablarch.fw.handler that implement MethodBinderModifier and TypeClassDescriptionstatic class
HttpMethodBindingのファクトリクラス -
Uses of MethodBinder in nablarch.fw.jaxrs
Classes in nablarch.fw.jaxrs that implement MethodBinderMethods in nablarch.fw.jaxrs that return MethodBinderModifier and TypeMethodDescription -
Uses of MethodBinder in nablarch.fw.web
Classes in nablarch.fw.web that implement MethodBinderModifier and TypeClassDescriptionstatic class
HttpMethodBindingのファクトリクラス -
Uses of MethodBinder in nablarch.fw.web.handler
Methods in nablarch.fw.web.handler that return MethodBinder