Interface IResourceManagerPreProcessor


public interface IResourceManagerPreProcessor
This interface is called first - before any other internal processing is called in ResourceManager. You may take over the reading of a property value completely on your own.

The interface implementation is registered in system.xml configuration file, element "resourcemanager", attribute "resourcemanagerpreprocessorclassname".
  • Method Details

    • readPropertyValue

      String readPropertyValue(String resourceName, String property, Locale locale)
      Returns:
      If null is returned then the normal processing of the ResourceManager is started - if you return some value then this value is used and no internal value resolution is started.