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