|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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(javax.servlet.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(javax.servlet.ServletConfig config,
java.util.Set<java.lang.String> requiredProperties)
throws javax.servlet.ServletException
config - ServletConfig we'll use to take PropertyValues fromrequiredProperties - set of property names we need, where
we can't accept default values
javax.servlet.ServletException - if any required properties are missing
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||