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, closeNoCatchbindMultipart, bindMultipartFiles, checkFieldDefaults, checkFieldMarkers, doBind, getEmptyValue, getFieldDefaultPrefix, getFieldMarkerPrefix, isBindEmptyMultipartFiles, setBindEmptyMultipartFiles, setFieldDefaultPrefix, setFieldMarkerPrefixapplyPropertyValues, 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, validateprotected 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.DataBinderDataBinder.initBeanPropertyAccess()protected org.springframework.validation.AbstractPropertyBindingResult getInternalBindingResult()
getInternalBindingResult in class org.springframework.validation.DataBinderDataBinder.getInternalBindingResult()public void initDirectFieldAccess()
initDirectFieldAccess in class org.springframework.validation.DataBinderDataBinder.initDirectFieldAccess()public void bind(javax.servlet.ServletRequest request)
bind in class org.springframework.web.bind.ServletRequestDataBinderprotected View getViewFromPreviousModel(UifFormBase form)
public ViewService getViewService()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.