89909192939495
{ super(application.getResourceSettings()); getPropertiesLoaders().clear(); getPropertiesLoaders().add(new IsoPropertiesFilePropertiesLoader("properties")); getPropertiesLoaders().add(new XmlFilePropertiesLoader("xmlProperties")); }
{ super(application); getPropertiesLoaders().clear(); getPropertiesLoaders().add(new IsoPropertiesFilePropertiesLoader("properties")); getPropertiesLoaders().add(new XmlFilePropertiesLoader("xmlProperties")); }
79808182838485