private static class HttpServletBean.ServletConfigPropertyValues extends MutablePropertyValues
Constructor and Description |
---|
ServletConfigPropertyValues(ServletConfig config,
java.util.Set<java.lang.String> requiredProperties)
Create new ServletConfigPropertyValues.
|
add, addPropertyValue, addPropertyValue, addPropertyValues, addPropertyValues, changesSince, clearProcessedProperty, contains, equals, get, getPropertyValue, getPropertyValueList, getPropertyValues, hashCode, isConverted, isEmpty, registerProcessedProperty, removePropertyValue, removePropertyValue, setConverted, setPropertyValueAt, size, toString
public ServletConfigPropertyValues(ServletConfig config, java.util.Set<java.lang.String> requiredProperties) throws ServletException
config
- ServletConfig 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