程序包 cn.taketoday.web.bind.support
package cn.taketoday.web.bind.support
-
类说明
DataBinder.NameResolverthat determines the bind value name from a@BindParammethod parameter annotation.ConvenientWebBindingInitializerfor declarative configuration in a Infra application context.Default implementation of theSessionAttributeStoreinterface, storing the attributes in the RequestContext session (i.e.Strategy interface for storing model attributes in a backend session.Simple interface that can be injected into handler methods, allowing them to signal that their session processing is complete.Simple implementation of theSessionStatusinterface, keeping thecompleteflag as an instance variable.Callback interface for initializing aWebDataBinderfor performing data binding in the context of a specific web request.