|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.shale.clay.config.beans.AbstractBean org.apache.shale.clay.config.beans.SymbolBean
public class SymbolBean
A symbol represents a variable replaced in a JSF binding expression. Within the expression symbols are identified by the '@' prefix.
Constructor Summary | |
---|---|
SymbolBean()
|
Method Summary | |
---|---|
int |
compareTo(Object obj)
This implementation of the Comparable interface makes
the name property the compared key. |
String |
getName()
Returns a name corresponding to an associated JSF object property. |
String |
getValue()
Returns the value of the attribute that can be a literal or a expression. |
void |
setName(String name)
Sets the name of the attribute. |
void |
setValue(String value)
Sets the value of the attribute. |
String |
toString()
|
Methods inherited from class org.apache.shale.clay.config.beans.AbstractBean |
---|
getDescription, setDescription |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SymbolBean()
Method Detail |
---|
public String getName()
Returns a name corresponding to an associated JSF object property.
public String getValue()
Returns the value of the attribute that can be a literal or a expression.
public void setName(String name)
Sets the name of the attribute.
name
- symbol namepublic void setValue(String value)
Sets the value of the attribute.
value
- symbol valuepublic int compareTo(Object obj)
This implementation of the Comparable
interface makes
the name
property the compared key.
compareTo
in interface Comparable
obj
- object to compare
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |