インターフェース WebDataBinderFactory

すべての既知の実装クラス:
DefaultDataBinderFactoryInitBinderDataBinderFactoryServletRequestDataBinderFactory

public interface WebDataBinderFactory
名前付きターゲットオブジェクトの WebDataBinder インスタンスを作成するためのファクトリ。
導入:
3.1
作成者:
Arjen Poutsma
  • メソッドの詳細

    • createBinder

      WebDataBinder createBinder(NativeWebRequest webRequest, @Nullable ObjectSE target, StringSE objectName) throws ExceptionSE
      指定されたオブジェクトの WebDataBinder を作成します。
      パラメーター:
      webRequest - 現在のリクエスト
      target - データバインダーを作成するオブジェクト、または単純型のバインダーを作成する場合は null 
      objectName - ターゲットオブジェクトの名前
      戻り値:
      作成された WebDataBinder インスタンス、null にはならない
      例外:
      ExceptionSE - データバインダーの作成と初期化が失敗した場合に発生します