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