|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectPropertyResolver
com.sdm.quasar.client.jsf.binding.QuasarClientPropertyResolver
Property resolver that extends the default PropertyResolver
of JSF. It uses the PropertyResolverService to resolve properties
defined in JSF-EL strings.
The PropertyResolverService is a mecahnism of the Quasar Client
building blocks for JSF that allows resolution pseudo-bean properties
that may represent a dialog's data-store or action-access component or similar.
| Constructor Summary | |
QuasarClientPropertyResolver(PropertyResolver origPR)
Constructor. |
|
| Method Summary | |
java.lang.Class |
getType(java.lang.Object base,
int index)
{@inheritDoc} |
java.lang.Class |
getType(java.lang.Object base,
java.lang.Object property)
{@inheritDoc} |
java.lang.Object |
getValue(java.lang.Object base,
int index)
{@inheritDoc} |
java.lang.Object |
getValue(java.lang.Object base,
java.lang.Object property)
{@inheritDoc} |
boolean |
isReadOnly(java.lang.Object base,
int index)
{@inheritDoc} |
boolean |
isReadOnly(java.lang.Object base,
java.lang.Object property)
{@inheritDoc} |
void |
setValue(java.lang.Object base,
int index,
java.lang.Object value)
{@inheritDoc} |
void |
setValue(java.lang.Object base,
java.lang.Object property,
java.lang.Object value)
{@inheritDoc} |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QuasarClientPropertyResolver(PropertyResolver origPR)
PropertyResolver as argument
taht was originally registered with JSF.
origPR - | Method Detail |
public java.lang.Object getValue(java.lang.Object base,
java.lang.Object property)
throws EvaluationException,
PropertyNotFoundException
EvaluationException
PropertyNotFoundExceptionjavax.faces.el.PropertyResolver#getValue(java.lang.Object, java.lang.Object)
public java.lang.Class getType(java.lang.Object base,
java.lang.Object property)
throws EvaluationException,
PropertyNotFoundException
EvaluationException
PropertyNotFoundExceptionjavax.faces.el.PropertyResolver#getType(java.lang.Object, java.lang.Object)
public void setValue(java.lang.Object base,
java.lang.Object property,
java.lang.Object value)
throws EvaluationException,
PropertyNotFoundException
EvaluationException
PropertyNotFoundExceptionjavax.faces.el.PropertyResolver#setValue(java.lang.Object, java.lang.Object, java.lang.Object)
public boolean isReadOnly(java.lang.Object base,
java.lang.Object property)
throws EvaluationException,
PropertyNotFoundException
EvaluationException
PropertyNotFoundExceptionjavax.faces.el.PropertyResolver#isReadOnly(java.lang.Object, java.lang.Object)
public boolean isReadOnly(java.lang.Object base,
int index)
throws EvaluationException,
PropertyNotFoundException
EvaluationException
PropertyNotFoundExceptionjavax.faces.el.PropertyResolver#isReadOnly(java.lang.Object, int)
public java.lang.Class getType(java.lang.Object base,
int index)
throws EvaluationException,
PropertyNotFoundException
EvaluationException
PropertyNotFoundExceptionjavax.faces.el.PropertyResolver#getType(java.lang.Object, int)
public void setValue(java.lang.Object base,
int index,
java.lang.Object value)
throws EvaluationException,
PropertyNotFoundException
EvaluationException
PropertyNotFoundExceptionjavax.faces.el.PropertyResolver#setValue(java.lang.Object, int, java.lang.Object)
public java.lang.Object getValue(java.lang.Object base,
int index)
throws EvaluationException,
PropertyNotFoundException
EvaluationException
PropertyNotFoundExceptionjavax.faces.el.PropertyResolver#getValue(java.lang.Object, int)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||