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

java.lang.Object
  extended by org.apache.shale.tiger.managed.config.MapEntryConfig
All Implemented Interfaces:
NullValueHolder

public class MapEntryConfig
extends Object
implements NullValueHolder

Representation of the runtime relevant contents of a JavaServer Faces <map-entry> configuration element.


Constructor Summary
MapEntryConfig()
          Creates a new instance of MapEntryConfig.
 
Method Summary
 String getKey()
          Getter for property key.
 String getValue()
          Getter for property value.
 boolean isExpression()
          Return true if the specified value is a value binding expression, rather than a literal value.
 boolean isNullValue()
          Getter for property nullValue.
 void setKey(String key)
          Setter for property key.
 void setNullValue(boolean nullValue)
          Setter for property nullValue.
 void setValue(String value)
          Setter for property value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapEntryConfig

public MapEntryConfig()
Creates a new instance of MapEntryConfig.

Method Detail

isExpression

public boolean isExpression()

Return true if the specified value is a value binding expression, rather than a literal value.


getKey

public String getKey()
Getter for property key.

Returns:
Value of property key.

setKey

public void setKey(String key)
Setter for property key.

Parameters:
key - New value of property key.

getValue

public String getValue()
Getter for property value.

Returns:
Value of property value.

setValue

public void setValue(String value)
Setter for property value.

Parameters:
value - New value of property value.

isNullValue

public boolean isNullValue()
Getter for property nullValue.

Specified by:
isNullValue in interface NullValueHolder
Returns:
Value of property nullValue.

setNullValue

public void setNullValue(boolean nullValue)
Setter for property nullValue.

Specified by:
setNullValue in interface NullValueHolder
Parameters:
nullValue - New value of property nullValue.


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