Update of /sources/public/2006/unicorn/src/org/w3c/unicorn In directory hutz:/tmp/cvs-serv27528/src/org/w3c/unicorn Modified Files: Framework.java Log Message: extracts the index page uri of an observer based on the "base" attribute of the "resources" tag Index: Framework.java =================================================================== RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/Framework.java,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- Framework.java 19 Oct 2009 12:50:24 -0000 1.25 +++ Framework.java 19 Oct 2009 17:19:54 -0000 1.26 @@ -355,6 +355,7 @@ obs.setProvider(unmarshaller.getProvider()); obs.setMapOfInputMethod(unmarshaller.getMapOfInputMethod()); obs.setSupportedMimeTypes(unmarshaller.getSupportedMimeTypes()); + obs.setIndexURI(unmarshaller.getIndexUri()); mapOfObserver.put(new String(obs.getID()), obs); } while (readLine != null); if (mapOfObserver.size() == 0) {Received on Monday, 19 October 2009 17:19:57 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:02:40 UTC