|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.faces.config.beans.MapEntryBean
public class MapEntryBean
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 |
---|
public MapEntryBean()
Method Detail |
---|
public java.lang.String getKey()
public void setKey(java.lang.String key)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public boolean isNullValue()
NullValueHolder
Return a flag indicating that the value of the parent
compoennt should be set to null
.
isNullValue
in interface NullValueHolder
public void setNullValue(boolean nullValue)
NullValueHolder
Set a flag indicating that the value of the parent
component should be set to null
.
setNullValue
in interface NullValueHolder
nullValue
- The new null value flag
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |