|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebDataBinder | |
---|---|
org.springframework.web.bind | Provides web-specific data binding functionality, including a utility class for easy invocation of binding and validation. |
org.springframework.web.portlet.bind | Provides portlet-specific data binding functionality. |
Uses of WebDataBinder in org.springframework.web.bind |
---|
Subclasses of WebDataBinder in org.springframework.web.bind | |
---|---|
class |
ServletRequestDataBinder
Special DataBinder to perform data binding from servlet request parameters to JavaBeans, including support for multipart files. |
Uses of WebDataBinder in org.springframework.web.portlet.bind |
---|
Subclasses of WebDataBinder in org.springframework.web.portlet.bind | |
---|---|
class |
PortletRequestDataBinder
Special DataBinder to perform data binding from PortletRequest parameters to JavaBeans. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |