|
|||||||||
| 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.portlet.GenericPortletBean.PortletConfigPropertyValues
private static class GenericPortletBean.PortletConfigPropertyValues
PropertyValues implementation created from PortletConfig init parameters.
| Constructor Summary | |
|---|---|
private |
GenericPortletBean.PortletConfigPropertyValues(PortletConfig config,
java.util.Set<java.lang.String> requiredProperties)
Create new PortletConfigPropertyValues. |
| 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 |
|---|
private GenericPortletBean.PortletConfigPropertyValues(PortletConfig config,
java.util.Set<java.lang.String> requiredProperties)
throws PortletException
config - PortletConfig we'll use to take PropertyValues fromrequiredProperties - set of property names we need, where
we can't accept default values
PortletException - if any required properties are missing
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||