|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.shared_tomahawk.util.el.GenericMap
org.apache.myfaces.shared_tomahawk.util.el.StringMap
public abstract class StringMap
You can use this class to perform tests. Use this for example in JSF backing beans, like BaseFace.getUserInRole(String).
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
StringMap()
|
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.Object key)
|
abstract java.lang.String |
getString(java.lang.String testKey)
This method should return the result of the test. |
java.lang.Object |
getValue(java.lang.Object testKey)
This method should return the result of the test. |
Methods inherited from class org.apache.myfaces.shared_tomahawk.util.el.GenericMap |
---|
clear, containsKey, containsValue, entrySet, 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 StringMap()
Method Detail |
---|
public abstract java.lang.String getString(java.lang.String testKey)
public java.lang.Object getValue(java.lang.Object testKey)
GenericMap
getValue
in class GenericMap
public java.lang.Object get(java.lang.Object key)
get
in interface java.util.Map
get
in class GenericMap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |