org.springframework.web.filter
Class GenericFilterBean.FilterConfigPropertyValues

java.lang.Object
  extended by org.springframework.beans.MutablePropertyValues
      extended by org.springframework.web.filter.GenericFilterBean.FilterConfigPropertyValues
All Implemented Interfaces:
java.io.Serializable, PropertyValues
Enclosing class:
GenericFilterBean

private static class GenericFilterBean.FilterConfigPropertyValues
extends MutablePropertyValues

PropertyValues implementation created from FilterConfig init parameters.


Constructor Summary
GenericFilterBean.FilterConfigPropertyValues(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

GenericFilterBean.FilterConfigPropertyValues

public GenericFilterBean.FilterConfigPropertyValues(FilterConfig config,
                                                    java.util.Set<java.lang.String> requiredProperties)
                                             throws ServletException
Create new FilterConfigPropertyValues.

Parameters:
config - FilterConfig we'll use to take PropertyValues from
requiredProperties - set of property names we need, where we can't accept default values
Throws:
ServletException - if any required properties are missing