com.sun.faces.config.beans

Class MapEntryBean

    • Constructor Summary

      Constructors 
      Constructor and Description
      MapEntryBean() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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.