类分层结构
- java.lang.Object
- cn.taketoday.web.bind.support.BindParamNameResolver (implements cn.taketoday.validation.DataBinder.NameResolver)
- cn.taketoday.web.bind.support.ConfigurableWebBindingInitializer (implements cn.taketoday.web.bind.support.WebBindingInitializer)
- cn.taketoday.web.bind.support.DefaultSessionAttributeStore (implements cn.taketoday.web.bind.support.SessionAttributeStore)
- cn.taketoday.web.bind.support.SimpleSessionStatus (implements cn.taketoday.web.bind.support.SessionStatus)
接口分层结构
- cn.taketoday.web.bind.support.SessionAttributeStore
- cn.taketoday.web.bind.support.SessionStatus
- cn.taketoday.web.bind.support.WebBindingInitializer