|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.beans.MutablePropertyValues org.springframework.web.servlet.HttpServletBean.ServletConfigPropertyValues
private static class HttpServletBean.ServletConfigPropertyValues
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 |
---|
public HttpServletBean.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 values
ServletException
- if any required properties are missing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |