org.apache.shale.tiger.managed.config
Class MapEntriesConfig

java.lang.Object
  extended by org.apache.shale.tiger.managed.config.MapEntriesConfig

public class MapEntriesConfig
extends Object

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

MapEntriesConfig

public MapEntriesConfig()
Creates a new instance of MapEntriesConfig.

Method Detail

getKeyType

public String getKeyType()
Getter for property keyType.

Returns:
Value of property keyType.

setKeyType

public void setKeyType(String keyType)
Setter for property keyType.

Parameters:
keyType - New value of property keyType.

getValueType

public String getValueType()
Getter for property valueType.

Returns:
Value of property valueType.

setValueType

public void setValueType(String valueType)
Setter for property valueType.

Parameters:
valueType - New value of property valueType.

addEntry

public void addEntry(MapEntryConfig entry)

Add a map entry configuration to the list for this map entries configuration.

Parameters:
entry - The map entry configuration to add

getEntries

public List<MapEntryConfig> getEntries()

Return the list of map entry configurations for this map entries configuration.


getEntry

public MapEntryConfig getEntry(String key)

REturn the map entry configuration for the specified key, if any; otherwise, return null.

Parameters:
key - Key for which to return a map entry configuration


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.