private static class GenericFilterBean.FilterConfigPropertyValues extends MutablePropertyValues
Constructor and Description |
---|
FilterConfigPropertyValues(FilterConfig config,
java.util.Set<java.lang.String> requiredProperties)
Create new FilterConfigPropertyValues.
|
add, addPropertyValue, addPropertyValue, addPropertyValues, addPropertyValues, changesSince, clearProcessedProperty, contains, equals, get, getPropertyValue, getPropertyValueList, getPropertyValues, hashCode, isConverted, isEmpty, registerProcessedProperty, removePropertyValue, removePropertyValue, setConverted, setPropertyValueAt, size, toString
public FilterConfigPropertyValues(FilterConfig config, java.util.Set<java.lang.String> requiredProperties) throws ServletException
config
- FilterConfig we'll use to take PropertyValues fromrequiredProperties
- set of property names we need, where
we can't accept default valuesServletException
- if any required properties are missing