Interface PropertyEvaluator
- All Known Implementing Classes:
DefaultPropertyEvaluator
public interface PropertyEvaluator
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends EvaluatedRow<?,?>> Method which loads a given resource.Collection<? extends EvaluatedRow<?,?>> Method which loads a given resource.voidsetRowEvaluator(RowsEvaluator<? extends EvaluatedRow<?, ?>, ?> rowEvaluator)
-
Method Details
-
load
Method which loads a given resource. The resource is a identifier used to build a physical path to property file containing localized attribute values. Method returns collection of evaluated rows. SeeEvaluatedRowfor more details. -
load
Method which loads a given resource. The resource is a identifier used to build a physical path to property file containing localized attribute values. Adds additional key for filtering out localized properties not matching given type. Method returns collection of evaluated rows. SeeEvaluatedRowfor more details. -
setRowEvaluator
-