程序包 cn.taketoday.web.bind.annotation


package cn.taketoday.web.bind.annotation
  • Annotation Interfaces
    说明
    Annotation to bind values from a web request such as request parameters or path variables to fields of a Java object.
    Annotation that identifies methods which initialize the WebDataBinder which will be used for populating command and form object arguments of annotated handler methods.
    Annotation that binds a method parameter or method return value to a named model attribute, exposed to a web view.
    Annotation that indicates the session attributes that a specific handler uses.