378379380381382383384385386387
*/ public List getList(String path) { List result = (List)get(path); if (result == null) { result = new UnknownPropertyList(this, path); } return result; }