public class UifServletRequestDataBinder extends org.springframework.web.bind.ServletRequestDataBinder
Modifier and Type | Field and Description |
---|---|
protected static org.apache.log4j.Logger |
LOG |
Constructor and Description |
---|
UifServletRequestDataBinder(Object target) |
UifServletRequestDataBinder(Object target,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
bind(javax.servlet.ServletRequest request) |
protected org.springframework.validation.AbstractPropertyBindingResult |
getInternalBindingResult()
Allows for the setting attributes to use to find the data dictionary data from Kuali
|
protected View |
getViewFromPreviousModel(UifFormBase form) |
ViewService |
getViewService() |
void |
initBeanPropertyAccess()
Allows for a custom binding result class.
|
void |
initDirectFieldAccess()
Disallows direct field access for Kuali
|
addBindValues, closeNoCatch
bindMultipart, bindMultipartFiles, checkFieldDefaults, checkFieldMarkers, doBind, getEmptyValue, getFieldDefaultPrefix, getFieldMarkerPrefix, isBindEmptyMultipartFiles, setBindEmptyMultipartFiles, setFieldDefaultPrefix, setFieldMarkerPrefix
applyPropertyValues, bind, checkAllowedFields, checkRequiredFields, close, convertIfNecessary, convertIfNecessary, findCustomEditor, getAllowedFields, getAutoGrowCollectionLimit, getBindingErrorProcessor, getBindingResult, getConversionService, getDisallowedFields, getErrors, getObjectName, getPropertyAccessor, getPropertyEditorRegistry, getRequiredFields, getSimpleTypeConverter, getTarget, getTypeConverter, getValidator, isAllowed, isAutoGrowNestedPaths, isIgnoreInvalidFields, isIgnoreUnknownFields, registerCustomEditor, registerCustomEditor, setAllowedFields, setAutoGrowCollectionLimit, setAutoGrowNestedPaths, setBindingErrorProcessor, setConversionService, setDisallowedFields, setExtractOldValueForEditor, setIgnoreInvalidFields, setIgnoreUnknownFields, setMessageCodesResolver, setRequiredFields, setValidator, validate, validate
protected static final org.apache.log4j.Logger LOG
public UifServletRequestDataBinder(Object target)
public UifServletRequestDataBinder(Object target, String name)
public void initBeanPropertyAccess()
initBeanPropertyAccess
in class org.springframework.validation.DataBinder
DataBinder.initBeanPropertyAccess()
protected org.springframework.validation.AbstractPropertyBindingResult getInternalBindingResult()
getInternalBindingResult
in class org.springframework.validation.DataBinder
DataBinder.getInternalBindingResult()
public void initDirectFieldAccess()
initDirectFieldAccess
in class org.springframework.validation.DataBinder
DataBinder.initDirectFieldAccess()
public void bind(javax.servlet.ServletRequest request)
bind
in class org.springframework.web.bind.ServletRequestDataBinder
protected View getViewFromPreviousModel(UifFormBase form)
public ViewService getViewService()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.