|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.portals.bridges.jsf.AbstractAttributeMap
org.apache.portals.bridges.jsf.InitParameterMap
public class InitParameterMap
PortletContext
init parameters as Map.
See MyFaces project for servlet implementation.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
InitParameterMap(java.lang.Object context)
|
Method Summary | |
---|---|
java.lang.Object |
getAttribute(java.lang.String key)
Gets an attribute given a key. |
java.util.Enumeration |
getAttributeNames()
Gets the attributes names. |
void |
removeAttribute(java.lang.String key)
Removes an attribute. |
void |
setAttribute(java.lang.String key,
java.lang.Object value)
Sets an attribute given a key/value. |
Methods inherited from class org.apache.portals.bridges.jsf.AbstractAttributeMap |
---|
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 InitParameterMap(java.lang.Object context)
context
- The context.Method Detail |
---|
public java.lang.Object getAttribute(java.lang.String key)
AbstractAttributeMap
Gets an attribute given a key.
getAttribute
in class AbstractAttributeMap
key
- The key.
AbstractAttributeMap.getAttribute(java.lang.String)
public void setAttribute(java.lang.String key, java.lang.Object value)
AbstractAttributeMap
Sets an attribute given a key/value.
setAttribute
in class AbstractAttributeMap
key
- The key.value
- The value.AbstractAttributeMap.setAttribute(java.lang.String,
java.lang.Object)
public void removeAttribute(java.lang.String key)
AbstractAttributeMap
Removes an attribute.
removeAttribute
in class AbstractAttributeMap
key
- The key.AbstractAttributeMap.removeAttribute(java.lang.String)
public java.util.Enumeration getAttributeNames()
AbstractAttributeMap
Gets the attributes names.
getAttributeNames
in class AbstractAttributeMap
AbstractAttributeMap.getAttributeNames()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |