|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.binding.collection.StringKeyedMapAdapter<V>
org.springframework.faces.webflow.context.portlet.RequestPropertyMap<java.lang.String[]>
org.springframework.faces.webflow.context.portlet.MultiValueRequestPropertyMap
public class MultiValueRequestPropertyMap
A Map for accessing to PortletContext request properties as a String array.
PortletRequest.getProperties(String)| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
MultiValueRequestPropertyMap(javax.portlet.PortletRequest portletRequest)
|
|
| Method Summary | |
|---|---|
protected java.lang.String[] |
getAttribute(java.lang.String key)
Hook method that needs to be implemented by concrete subclasses. |
| Methods inherited from class org.springframework.faces.webflow.context.portlet.RequestPropertyMap |
|---|
getAttributeNames, getPortletRequest, removeAttribute, setAttribute |
| Methods inherited from class org.springframework.binding.collection.StringKeyedMapAdapter |
|---|
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public MultiValueRequestPropertyMap(javax.portlet.PortletRequest portletRequest)
| Method Detail |
|---|
protected java.lang.String[] getAttribute(java.lang.String key)
StringKeyedMapAdapter
getAttribute in class StringKeyedMapAdapter<java.lang.String[]>key - the key to lookup
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||