org.apache.myfaces.shared_tomahawk.util.el
Class StringMap
java.lang.Object
   org.apache.myfaces.shared_tomahawk.util.el.GenericMap
org.apache.myfaces.shared_tomahawk.util.el.GenericMap
       org.apache.myfaces.shared_tomahawk.util.el.StringMap
org.apache.myfaces.shared_tomahawk.util.el.StringMap
- All Implemented Interfaces: 
- Map
- public abstract class StringMap 
- extends GenericMap
You can use this class to perform tests.
 Use this for example in JSF backing beans, like BaseFace.getUserInRole(String).
- Version:
- $Revision: 355303 $ $Date: 2005-12-09 02:36:08 +0100 (Fr, 09 Dez 2005) $
- Author:
- Sylvain Vieujot (latest modification by $Author: skitching $)
 
| Nested classes/interfaces inherited from interface java.util.Map | 
| Map.Entry<K,V> | 
 
 
 
| 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 | 
 
 
StringMap
public StringMap()
getString
public abstract String getString(String testKey)
- This method should return the result of the test.
 
- 
 
getValue
public Object getValue(Object testKey)
- Description copied from class: GenericMap
- This method should return the result of the test.
 
- 
- Specified by:
- getValuein class- GenericMap
 
- 
 
get
public Object get(Object key)
- 
- Specified by:
- getin interface- Map
- Overrides:
- getin class- GenericMap
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.