Skip navigation links
Mojarra JSF Tools 2.3.3.SP1
com.sun.faces.config.beans

Class MapEntryBean

    • Constructor Detail

      • MapEntryBean

        public MapEntryBean()
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey(String key)
      • getValue

        public String getValue()
      • setValue

        public void setValue(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
Mojarra JSF Tools 2.3.3.SP1

Copyright © 2018 JBoss by Red Hat. All rights reserved.