public class PortletConfigPropertySource extends org.springframework.core.env.EnumerablePropertySource<PortletConfig>
PropertySource that reads init parameters from a PortletConfig object.PortletContextPropertySource| Constructor and Description |
|---|
PortletConfigPropertySource(java.lang.String name,
PortletConfig portletConfig) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProperty(java.lang.String name) |
java.lang.String[] |
getPropertyNames() |
public PortletConfigPropertySource(java.lang.String name,
PortletConfig portletConfig)
public java.lang.String[] getPropertyNames()
getPropertyNames in class org.springframework.core.env.EnumerablePropertySource<PortletConfig>public java.lang.String getProperty(java.lang.String name)
getProperty in class org.springframework.core.env.PropertySource<PortletConfig>