Author: dhanji
Date: Thu Feb 26 17:12:37 2009
New Revision: 869

Modified:
    wiki/ServletModule.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/ServletModule.wiki
==============================================================================
--- wiki/ServletModule.wiki     (original)
+++ wiki/ServletModule.wiki     Thu Feb 26 17:12:37 2009
@@ -92,7 +92,7 @@
         serve("/my/*").with(MyServlet.class);
  }}}

-Since this rule matches, Guice Servlet will dispatch the request to  
`MyServlet` and stop the matching process.
+Since this rule matches, Guice Servlet will dispatch the request to  
`MyServlet` and stop the matching process. The same process is used when  
deciding the dispatch order of filters (that is, matched to their order of  
appearance in the binding list).

  == Varargs Mapping ==


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to