org.springframework.web.servlet
Class HttpServletBean.ServletConfigPropertyValues

java.lang.Object
  extended by org.springframework.beans.MutablePropertyValues
      extended by org.springframework.web.servlet.HttpServletBean.ServletConfigPropertyValues
All Implemented Interfaces:
java.io.Serializable, PropertyValues
Enclosing class:
HttpServletBean

private static class HttpServletBean.ServletConfigPropertyValues
extends MutablePropertyValues

PropertyValues implementation created from ServletConfig init parameters.


Constructor Summary
HttpServletBean.ServletConfigPropertyValues(ServletConfig config, java.util.Set<java.lang.String> requiredProperties)
          Create new ServletConfigPropertyValues.
 
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

HttpServletBean.ServletConfigPropertyValues

public HttpServletBean.ServletConfigPropertyValues(ServletConfig config,
                                                   java.util.Set<java.lang.String> requiredProperties)
                                            throws ServletException
Create new ServletConfigPropertyValues.

Parameters:
config - ServletConfig 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