A utility class for JSF tags. An instance of this class is specified as an application-scoped managed bean in faces-config.xml
, under the name org.apache.shale.TAG_UTILITY_BEAN
. The org.apache.shale.taglib.CommonsValidatorTag
uses that managed bean.
Nearly all of the methods of this class set a component attribute or create a value- or method-binding, given a String representation of the value. The methods check to see whether the value is a value reference (ie. #{...}
); if so, the methods set value bindings or method bindings, as appropriate, for the component.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|