public class WebBindingInitializerComposite
extends org.springframework.context.support.ApplicationObjectSupport
implements org.springframework.web.bind.support.WebBindingInitializer, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
WebBindingInitializerComposite() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
initBinder(org.springframework.web.bind.WebDataBinder binder,
org.springframework.web.context.request.WebRequest request) |
void |
setWebBindingInitializerComposite(List<org.springframework.web.bind.support.WebBindingInitializer> webBindingInitializerComposite) |
public void setWebBindingInitializerComposite(List<org.springframework.web.bind.support.WebBindingInitializer> webBindingInitializerComposite)
public void initBinder(org.springframework.web.bind.WebDataBinder binder, org.springframework.web.context.request.WebRequest request)
initBinder
in interface org.springframework.web.bind.support.WebBindingInitializer
Copyright © 2006–2018 TinyGroup. All rights reserved.