- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 19 Oct 2009 17:18:03 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn/response In directory hutz:/tmp/cvs-serv27190/src/org/w3c/unicorn/response Modified Files: Response.java Log Message: added getHTMLIndexUri() method which must return the index page uri of this response observer Index: Response.java =================================================================== RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/response/Response.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Response.java 19 Oct 2009 16:18:52 -0000 1.12 +++ Response.java 19 Oct 2009 17:18:01 -0000 1.13 @@ -74,4 +74,5 @@ public String getHTMLRequestUri(); + public String getHTMLIndexUri(); }
Received on Monday, 19 October 2009 17:18:05 UTC