582583584585586587588589590
protected ConfigPropertyHandler getConfigPropertyHandler() { if (configPropertyHandler == null) { configPropertyHandler = new ConfigPropertyHandler(mcf, mcfClass); } return configPropertyHandler; }