|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.tiger.managed.config.MapEntryConfig
public class MapEntryConfig
Representation of the runtime relevant contents of a JavaServer Faces
<map-entry> configuration element.
| Constructor Summary | |
|---|---|
MapEntryConfig()
Creates a new instance of MapEntryConfig. |
|
| Method Summary | |
|---|---|
String |
getKey()
Getter for property key. |
String |
getValue()
Getter for property value. |
boolean |
isExpression()
Return true if the specified value
is a value binding expression, rather than a literal value. |
boolean |
isNullValue()
Getter for property nullValue. |
void |
setKey(String key)
Setter for property key. |
void |
setNullValue(boolean nullValue)
Setter for property nullValue. |
void |
setValue(String value)
Setter for property value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapEntryConfig()
| Method Detail |
|---|
public boolean isExpression()
Return true if the specified value
is a value binding expression, rather than a literal value.
public String getKey()
public void setKey(String key)
key - New value of property key.public String getValue()
public void setValue(String value)
value - New value of property value.public boolean isNullValue()
isNullValue in interface NullValueHolderpublic void setNullValue(boolean nullValue)
setNullValue in interface NullValueHoldernullValue - New value of property nullValue.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||