This abstract class extends the PropertyValidationRule class
to provide common functionality that is useful for all concrete CMF
validation rules.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.0
public CmfPropertyValidationRule(String propertyName, boolean fragment)(Code)
Instantiates a new CmfPropertyValidationRule instance.
Parameters: propertyName - the name of the property Parameters: fragment - true if the property is a fragment; or
Sets the cached loaded data to a
com.uwyn.rife.site.ConstrainedPropertyConstrainedProperty if the content data has been successfully loaded during
validation. This prevents the data of having to be loaded again
elsewhere.