|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.beans.MutablePropertyValues
org.springframework.web.filter.GenericFilterBean.FilterConfigPropertyValues
private static class GenericFilterBean.FilterConfigPropertyValues
PropertyValues implementation created from FilterConfig init parameters.
| Constructor Summary | |
|---|---|
GenericFilterBean.FilterConfigPropertyValues(javax.servlet.FilterConfig config,
java.util.Set<java.lang.String> requiredProperties)
Create new FilterConfigPropertyValues. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.beans.MutablePropertyValues |
|---|
add, addPropertyValue, addPropertyValue, addPropertyValues, addPropertyValues, changesSince, contains, equals, getPropertyValue, getPropertyValueList, getPropertyValues, hashCode, isConverted, isEmpty, registerProcessedProperty, removePropertyValue, removePropertyValue, setConverted, setPropertyValueAt, size, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GenericFilterBean.FilterConfigPropertyValues(javax.servlet.FilterConfig config,
java.util.Set<java.lang.String> requiredProperties)
throws javax.servlet.ServletException
config - FilterConfig we'll use to take PropertyValues fromrequiredProperties - set of property names we need, where
we can't accept default values
javax.servlet.ServletException - if any required properties are missing
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||