com.sun.faces.config.beans

Class ManagedPropertyBean

    • Constructor Detail

      • ManagedPropertyBean

        public ManagedPropertyBean()
    • Method Detail

      • getPropertyClass

        public java.lang.String getPropertyClass()
      • setPropertyClass

        public void setPropertyClass(java.lang.String propertyClass)
      • getPropertyName

        public java.lang.String getPropertyName()
      • setPropertyName

        public void setPropertyName(java.lang.String propertyName)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue(java.lang.String value)
      • setMapEntries

        public void setMapEntries(MapEntriesBean mapEntries)
        Description copied from interface: MapEntriesHolder

        Set the current mapEntries object for this configuration bean.

        Specified by:
        setMapEntries in interface MapEntriesHolder
        Parameters:
        mapEntries - The new mapEntries object
      • 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.