org.riotfamily.common.web.bind
Class MapPropertyBindingResult

java.lang.Object
  extended by org.springframework.validation.AbstractErrors
      extended by org.springframework.validation.AbstractBindingResult
          extended by org.springframework.validation.AbstractPropertyBindingResult
              extended by org.riotfamily.common.web.bind.MapPropertyBindingResult
All Implemented Interfaces:
Serializable, BindingResult, Errors

public class MapPropertyBindingResult
extends AbstractPropertyBindingResult

See Also:
Serialized Form

Field Summary
protected  ConfigurablePropertyAccessor propertyAccessor
           
protected  Map<?,?> target
           
 
Fields inherited from interface org.springframework.validation.BindingResult
MODEL_KEY_PREFIX
 
Fields inherited from interface org.springframework.validation.Errors
NESTED_PATH_SEPARATOR
 
Constructor Summary
MapPropertyBindingResult(Map<?,?> target, String objectName)
           
 
Method Summary
 ConfigurablePropertyAccessor getPropertyAccessor()
           
 Object getTarget()
           
 
Methods inherited from class org.springframework.validation.AbstractPropertyBindingResult
canonicalFieldName, formatFieldValue, getActualFieldValue, getCustomEditor, getFieldType, getPropertyEditorRegistry
 
Methods inherited from class org.springframework.validation.AbstractBindingResult
addAllErrors, addError, equals, findEditor, getAllErrors, getErrorCount, getFieldError, getFieldError, getFieldErrors, getFieldErrors, getFieldValue, getGlobalError, getGlobalErrors, getMessageCodesResolver, getModel, getObjectName, getRawFieldValue, getSuppressedFields, hasErrors, hashCode, recordSuppressedField, reject, rejectValue, resolveMessageCodes, resolveMessageCodes, setMessageCodesResolver
 
Methods inherited from class org.springframework.validation.AbstractErrors
doSetNestedPath, fixedField, getFieldErrorCount, getFieldErrorCount, getGlobalErrorCount, getNestedPath, hasFieldErrors, hasFieldErrors, hasGlobalErrors, isMatchingFieldError, popNestedPath, pushNestedPath, reject, reject, rejectValue, rejectValue, setNestedPath, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.springframework.validation.Errors
getFieldErrorCount, getFieldErrorCount, getGlobalErrorCount, getNestedPath, hasFieldErrors, hasFieldErrors, hasGlobalErrors, popNestedPath, pushNestedPath, reject, reject, rejectValue, rejectValue, setNestedPath
 

Field Detail

target

protected Map<?,?> target

propertyAccessor

protected ConfigurablePropertyAccessor propertyAccessor
Constructor Detail

MapPropertyBindingResult

public MapPropertyBindingResult(Map<?,?> target,
                                String objectName)
Method Detail

getPropertyAccessor

public ConfigurablePropertyAccessor getPropertyAccessor()
Specified by:
getPropertyAccessor in class AbstractPropertyBindingResult

getTarget

public Object getTarget()
Specified by:
getTarget in interface BindingResult
Specified by:
getTarget in class AbstractBindingResult