/** Sets the property of the component to the specified value. */ protected void setPropertyValue(Object value) { OgnlUtils.set(_propertyName, _resolver, _component, value); }
/** @since 2.2 * */ private Object readCurrentPropertyValue() { return OgnlUtils.get(_propertyName, _resolver, _component); }