spring-webmvc-portlet

org.springframework.web.portlet.context
Class PortletContextPropertySource

java.lang.Object
  extended by org.springframework.core.env.PropertySource<T>
      extended by org.springframework.core.env.EnumerablePropertySource<javax.portlet.PortletContext>
          extended by org.springframework.web.portlet.context.PortletContextPropertySource

public class PortletContextPropertySource
extends org.springframework.core.env.EnumerablePropertySource<javax.portlet.PortletContext>

PropertySource that reads init parameters from a PortletContext object.

Since:
3.1
Author:
Chris Beams
See Also:
PortletConfigPropertySource

Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource
org.springframework.core.env.PropertySource.StubPropertySource
 
Field Summary
 
Fields inherited from class org.springframework.core.env.EnumerablePropertySource
EMPTY_NAMES_ARRAY, logger
 
Fields inherited from class org.springframework.core.env.PropertySource
name, source
 
Constructor Summary
PortletContextPropertySource(java.lang.String name, javax.portlet.PortletContext portletContext)
           
 
Method Summary
 java.lang.String getProperty(java.lang.String name)
           
 java.lang.String[] getPropertyNames()
           
 
Methods inherited from class org.springframework.core.env.EnumerablePropertySource
containsProperty
 
Methods inherited from class org.springframework.core.env.PropertySource
equals, getName, getSource, hashCode, named, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletContextPropertySource

public PortletContextPropertySource(java.lang.String name,
                                    javax.portlet.PortletContext portletContext)
Method Detail

getPropertyNames

public java.lang.String[] getPropertyNames()
Specified by:
getPropertyNames in class org.springframework.core.env.EnumerablePropertySource<javax.portlet.PortletContext>

getProperty

public java.lang.String getProperty(java.lang.String name)
Specified by:
getProperty in class org.springframework.core.env.PropertySource<javax.portlet.PortletContext>

spring-webmvc-portlet