| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use PropertyValues | |
| org.springframework.beans | |
| org.springframework.validation | |
| org.springframework.web.bind | |
| org.springframework.web.filter | |
| org.springframework.web.servlet | |
| Uses of PropertyValues in org.springframework.beans |
| Classes in org.springframework.beans that implement PropertyValues | |
class | MutablePropertyValuesDefault implementation of the PropertyValues interface. |
| Constructors in org.springframework.beans with parameters of type PropertyValues | |
MutablePropertyValues.MutablePropertyValues(PropertyValues other)Deep copy constructor. | |
| Methods in org.springframework.beans that return PropertyValues | |
PropertyValues | MutablePropertyValues.changesSince(PropertyValues old) |
PropertyValues | PropertyValues.changesSince(PropertyValues old)Return the changes since the previous PropertyValues. |
| Methods in org.springframework.beans with parameters of type PropertyValues | |
void | BeanWrapper.setPropertyValues(PropertyValues pvs, boolean ignoreUnknown)Perform a bulk update with full control over behavior. |
void | BeanWrapper.setPropertyValues(PropertyValues pvs)The preferred way to perform a bulk update. |
void | BeanWrapperImpl.setPropertyValues(PropertyValues propertyValues, boolean ignoreUnknown) |
void | BeanWrapperImpl.setPropertyValues(PropertyValues pvs) |
PropertyValues | MutablePropertyValues.changesSince(PropertyValues old) |
PropertyValues | PropertyValues.changesSince(PropertyValues old)Return the changes since the previous PropertyValues. |
| Uses of PropertyValues in org.springframework.validation |
| Methods in org.springframework.validation with parameters of type PropertyValues | |
void | DataBinder.bind(PropertyValues pvs)Bind the given property values to this binder's target. |
| Uses of PropertyValues in org.springframework.web.bind |
| Classes in org.springframework.web.bind that implement PropertyValues | |
class | ServletRequestParameterPropertyValuesPropertyValues implementation created from parameters in a ServletRequest. |
| Methods in org.springframework.web.bind that return PropertyValues | |
PropertyValues | ServletRequestParameterPropertyValues.changesSince(PropertyValues old) |
| Methods in org.springframework.web.bind with parameters of type PropertyValues | |
PropertyValues | ServletRequestParameterPropertyValues.changesSince(PropertyValues old) |
| Uses of PropertyValues in org.springframework.web.filter |
| Classes in org.springframework.web.filter that implement PropertyValues | |
class | FilterConfigPropertyValuesPropertyValues implementation created from ServetConfig parameters. |
| Methods in org.springframework.web.filter that return PropertyValues | |
PropertyValues | FilterConfigPropertyValues.changesSince(PropertyValues old) |
| Methods in org.springframework.web.filter with parameters of type PropertyValues | |
PropertyValues | FilterConfigPropertyValues.changesSince(PropertyValues old) |
| Uses of PropertyValues in org.springframework.web.servlet |
| Classes in org.springframework.web.servlet that implement PropertyValues | |
class | ServletConfigPropertyValuesPropertyValues implementation created from ServetConfig parameters. |
| Methods in org.springframework.web.servlet that return PropertyValues | |
PropertyValues | ServletConfigPropertyValues.changesSince(PropertyValues old) |
| Methods in org.springframework.web.servlet with parameters of type PropertyValues | |
PropertyValues | ServletConfigPropertyValues.changesSince(PropertyValues old) |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||