Properties handlerNames;
try {
handlerNames = PropertiesLoaderUtils.loadAllProperties(location, loader);
} catch (IOException e) {
throw new WebxException("Could not load " + location, e);
}
// װ��handlers
Map<String, RequestHandler> handlers = createTreeMap(new Comparator<String>() {
public int compare(String s1, String s2) {