Interface WebBindingInitializer

    • Method Detail

      • initBinder

        void initBinder​(WebDataBinder binder,
                        WebRequest request)
        Initialize the given DataBinder for the given request.
        Parameters:
        binder - the DataBinder to initialize
        request - the web request that the data binding happens within