com.sun.faces.config.beans
Class MapEntryBean

java.lang.Object
  extended by com.sun.faces.config.beans.MapEntryBean
All Implemented Interfaces:
NullValueHolder

public class MapEntryBean
extends java.lang.Object
implements NullValueHolder

Configuration bean for <map-entry> element.


Constructor Summary
MapEntryBean()
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 boolean isNullValue()
          Return a flag indicating that the value of the parent compoennt should be set to null.
 void setKey(java.lang.String key)
           
 void setNullValue(boolean nullValue)
          Set a flag indicating that the value of the parent component should be set to null.
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapEntryBean

public MapEntryBean()
Method Detail

getKey

public java.lang.String getKey()

setKey

public void setKey(java.lang.String key)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

isNullValue

public boolean isNullValue()
Description copied from interface: NullValueHolder

Return a flag indicating that the value of the parent compoennt should be set to null.

Specified by:
isNullValue in interface NullValueHolder

setNullValue

public void setNullValue(boolean nullValue)
Description copied from interface: NullValueHolder

Set a flag indicating that the value of the parent component should be set to null.

Specified by:
setNullValue in interface NullValueHolder
Parameters:
nullValue - The new null value flag


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.