org.springframework.web.servlet.view.json.filter
Class SimplePropertyFilter
java.lang.Object
org.springframework.web.servlet.view.json.filter.SimplePropertyFilter
- All Implemented Interfaces:
- JsonViewFilter
public class SimplePropertyFilter
- extends java.lang.Object
- implements JsonViewFilter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimplePropertyFilter
public SimplePropertyFilter()
setUpBeanUtils
protected void setUpBeanUtils()
filterBeforePopulate
public void filterBeforePopulate(java.util.Map model,
java.lang.String commandName)
throws java.lang.Exception
- Specified by:
filterBeforePopulate in interface JsonViewFilter
- Throws:
java.lang.Exception
filterBeforePopulateErrors
public void filterBeforePopulateErrors(java.util.Map model,
java.lang.String commandName)
throws java.lang.Exception
- Specified by:
filterBeforePopulateErrors in interface JsonViewFilter
- Throws:
java.lang.Exception
filterBeforePopulateSuccess
public void filterBeforePopulateSuccess(java.util.Map model,
java.lang.String commandName)
throws java.lang.Exception
- Specified by:
filterBeforePopulateSuccess in interface JsonViewFilter
- Throws:
java.lang.Exception
getExcludeBeforePropNames
public java.util.List<java.lang.String> getExcludeBeforePropNames()
setExcludeBeforePropNames
public void setExcludeBeforePropNames(java.util.List<java.lang.String> excludeBeforePropNames)
getExcludeBeforeErrorsPropNames
public java.util.List<java.lang.String> getExcludeBeforeErrorsPropNames()
setExcludeBeforeErrorsPropNames
public void setExcludeBeforeErrorsPropNames(java.util.List<java.lang.String> excludeBeforeErrorsPropNames)
getExcludeBeforeSuccessPropNames
public java.util.List<java.lang.String> getExcludeBeforeSuccessPropNames()
setExcludeBeforeSuccessPropNames
public void setExcludeBeforeSuccessPropNames(java.util.List<java.lang.String> excludeBeforeSuccessPropNames)
Copyright © 2010. All Rights Reserved.