| java.lang.Object | |||
| ↳ | org.springframework.core.env.PropertySource<T> | ||
| ↳ | org.springframework.core.env.EnumerablePropertySource<T> | ||
| ↳ | org.springframework.web.portlet.context.PortletContextPropertySource | ||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.env.EnumerablePropertySource
| |||||||||||
From class
org.springframework.core.env.PropertySource
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the value associated with the given key,
null if not found. | |||||||||||
Return the names of all properties contained by the
source object (never null). | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.env.EnumerablePropertySource
| |||||||||||
From class
org.springframework.core.env.PropertySource
| |||||||||||
From class
java.lang.Object
| |||||||||||
Return the value associated with the given key, null if not found.
| name | the property key to find |
|---|
Return the names of all properties contained by the source object (never null).