Interface PropertyEvaluator

    • Method Detail

      • load

        java.util.Collection<? extends EvaluatedRow<?,​?>> load​(java.lang.String resourceId)
        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. See EvaluatedRow for more details.
      • load

        java.util.Collection<? extends EvaluatedRow<?,​?>> load​(java.lang.String resourceId,
                                                                     java.lang.String key)
        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. See EvaluatedRow for more details.