|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyEditorRegistrar | |
---|---|
org.springframework.web.servlet.mvc | Standard controller implementations for the MVC framework that comes with Spring. |
Uses of PropertyEditorRegistrar in org.springframework.web.servlet.mvc |
---|
Methods in org.springframework.web.servlet.mvc that return PropertyEditorRegistrar | |
---|---|
PropertyEditorRegistrar[] |
BaseCommandController.getPropertyEditorRegistrars()
Return the PropertyEditorRegistrars to be applied to every DataBinder that this controller uses. |
Methods in org.springframework.web.servlet.mvc with parameters of type PropertyEditorRegistrar | |
---|---|
void |
BaseCommandController.setPropertyEditorRegistrar(PropertyEditorRegistrar propertyEditorRegistrar)
Specify a single PropertyEditorRegistrar to be applied to every DataBinder that this controller uses. |
void |
BaseCommandController.setPropertyEditorRegistrars(PropertyEditorRegistrar[] propertyEditorRegistrars)
Specify multiple PropertyEditorRegistrars to be applied to every DataBinder that this controller uses. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |