| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.tiger.managed.config.MapEntriesConfig
public class MapEntriesConfig
Representation of the runtime relevant contents of a JavaServer Faces
 <map-entries> configuration element.
| Constructor Summary | |
|---|---|
| MapEntriesConfig()Creates a new instance of MapEntriesConfig. | |
| Method Summary | |
|---|---|
|  void | addEntry(MapEntryConfig entry)Add a map entry configuration to the list for this map entries configuration. | 
|  List<MapEntryConfig> | getEntries()Return the list of map entry configurations for this map entries configuration. | 
|  MapEntryConfig | getEntry(String key)REturn the map entry configuration for the specified key, if any; otherwise, return null. | 
|  String | getKeyType()Getter for property keyType. | 
|  String | getValueType()Getter for property valueType. | 
|  void | setKeyType(String keyType)Setter for property keyType. | 
|  void | setValueType(String valueType)Setter for property valueType. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public MapEntriesConfig()
| Method Detail | 
|---|
public String getKeyType()
public void setKeyType(String keyType)
keyType - New value of property keyType.public String getValueType()
public void setValueType(String valueType)
valueType - New value of property valueType.public void addEntry(MapEntryConfig entry)
Add a map entry configuration to the list for this map entries configuration.
entry - The map entry configuration to addpublic List<MapEntryConfig> getEntries()
Return the list of map entry configurations for this map entries configuration.
public MapEntryConfig getEntry(String key)
REturn the map entry configuration for the specified key, if any;
 otherwise, return null.
key - Key for which to return a map entry configuration| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||