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