|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.tiger.managed.config.ManagedPropertyConfig
public class ManagedPropertyConfig
Representation of the runtime relevant contents of a JavaServer Faces
<managed-property> configuration element.
| Constructor Summary | |
|---|---|
ManagedPropertyConfig()
Creates a new instance of ManagedPropertyConfig. |
|
| Method Summary | |
|---|---|
ListEntriesConfig |
getListEntries()
Getter for property listEntries. |
MapEntriesConfig |
getMapEntries()
Getter for property mapEntries. |
String |
getName()
Getter for property name. |
String |
getType()
Getter for property type. |
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 |
setListEntries(ListEntriesConfig listEntries)
Setter for property listEntries. |
void |
setMapEntries(MapEntriesConfig mapEntries)
Setter for property mapEntries. |
void |
setName(String name)
Setter for property name. |
void |
setNullValue(boolean nullValue)
Setter for property nullValue. |
void |
setType(String type)
Setter for property type. |
void |
setValue(String value)
Setter for property value. |
String |
toString()
Pretty printing toString() method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ManagedPropertyConfig()
| Method Detail |
|---|
public boolean isExpression()
Return true if the specified value
is a value binding expression, rather than a literal value.
public String getName()
public void setName(String name)
name - New value of property name.public String getType()
public void setType(String type)
type - New value of property type.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.public ListEntriesConfig getListEntries()
getListEntries in interface ListEntriesHolderpublic void setListEntries(ListEntriesConfig listEntries)
setListEntries in interface ListEntriesHolderlistEntries - New value of property listEntries.public MapEntriesConfig getMapEntries()
getMapEntries in interface MapEntriesHolderpublic void setMapEntries(MapEntriesConfig mapEntries)
setMapEntries in interface MapEntriesHoldermapEntries - New value of property mapEntries.public String toString()
Pretty printing toString() method.
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||