org.springframework.web.portlet
Class GenericPortletBean.PortletConfigPropertyValues

java.lang.Object
  extended by org.springframework.beans.MutablePropertyValues
      extended by org.springframework.web.portlet.GenericPortletBean.PortletConfigPropertyValues
All Implemented Interfaces:
java.io.Serializable, PropertyValues
Enclosing class:
GenericPortletBean

private static class GenericPortletBean.PortletConfigPropertyValues
extends MutablePropertyValues

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

GenericPortletBean.PortletConfigPropertyValues

private GenericPortletBean.PortletConfigPropertyValues(PortletConfig config,
                                                       java.util.Set<java.lang.String> requiredProperties)
                                                throws PortletException
Create new PortletConfigPropertyValues.

Parameters:
config - PortletConfig we'll use to take PropertyValues from
requiredProperties - set of property names we need, where we can't accept default values
Throws:
PortletException - if any required properties are missing