Package com.sdm.quasar.client.jsf.binding

Interface Summary
ActionResolver The ActionResolver defines the action binding to an object that is not resolved by JSF (e.g. an action manager).
ActionResolver.Action This Action is the result of an ActionResolver.
KeywordResolver The KeywordResolver performs one resolve step, see KeywordResolver.resolve(String).
ValueResolver The ValueResolver defines the data binding to an object that is not resolved by JSF (e.g. a data manager).
 

Class Summary
BeanResolver Resolves a specifig keyword by providing a bean.
MapResolver Resolves a specifig keyword by providing a map.
ObjectResolver The ObjectResolver resolves a given keyword by providing a given object.
QuasarClientPropertyResolver Property resolver that extends the default PropertyResolver of JSF.
QuasarClientVariableResolver Property resolver that extends the default VariableResolver of JSF.