Uses of Class
org.springframework.beans.PropertyValues

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 MutablePropertyValues
          Default 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
PropertyValuesMutablePropertyValues.changesSince(PropertyValues old)
          
PropertyValuesPropertyValues.changesSince(PropertyValues old)
          Return the changes since the previous PropertyValues.
 

Methods in org.springframework.beans with parameters of type PropertyValues
voidBeanWrapper.setPropertyValues(PropertyValues pvs, boolean ignoreUnknown)
          Perform a bulk update with full control over behavior.
voidBeanWrapper.setPropertyValues(PropertyValues pvs)
          The preferred way to perform a bulk update.
voidBeanWrapperImpl.setPropertyValues(PropertyValues propertyValues, boolean ignoreUnknown)
          
voidBeanWrapperImpl.setPropertyValues(PropertyValues pvs)
          
PropertyValuesMutablePropertyValues.changesSince(PropertyValues old)
          
PropertyValuesPropertyValues.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
voidDataBinder.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 ServletRequestParameterPropertyValues
          PropertyValues implementation created from parameters in a ServletRequest.
 

Methods in org.springframework.web.bind that return PropertyValues
PropertyValuesServletRequestParameterPropertyValues.changesSince(PropertyValues old)
          
 

Methods in org.springframework.web.bind with parameters of type PropertyValues
PropertyValuesServletRequestParameterPropertyValues.changesSince(PropertyValues old)
          
 

Uses of PropertyValues in org.springframework.web.filter
 

Classes in org.springframework.web.filter that implement PropertyValues
class FilterConfigPropertyValues
          PropertyValues implementation created from ServetConfig parameters.
 

Methods in org.springframework.web.filter that return PropertyValues
PropertyValuesFilterConfigPropertyValues.changesSince(PropertyValues old)
          
 

Methods in org.springframework.web.filter with parameters of type PropertyValues
PropertyValuesFilterConfigPropertyValues.changesSince(PropertyValues old)
          
 

Uses of PropertyValues in org.springframework.web.servlet
 

Classes in org.springframework.web.servlet that implement PropertyValues
class ServletConfigPropertyValues
          PropertyValues implementation created from ServetConfig parameters.
 

Methods in org.springframework.web.servlet that return PropertyValues
PropertyValuesServletConfigPropertyValues.changesSince(PropertyValues old)
          
 

Methods in org.springframework.web.servlet with parameters of type PropertyValues
PropertyValuesServletConfigPropertyValues.changesSince(PropertyValues old)