- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 19 Oct 2009 17:19:56 +0000
- To: www-validator-cvs@w3.org
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