Revision: 1485
Author: [email protected]
Date: Tue Feb  1 16:52:41 2011
Log: Wiki links should automatically be disabled when the autolinked text is within a <a href="....">. Alas.
http://code.google.com/p/google-guice/source/detail?r=1485

Modified:
 /wiki/ServletModule.wiki

=======================================
--- /wiki/ServletModule.wiki    Tue Feb  1 16:51:39 2011
+++ /wiki/ServletModule.wiki    Tue Feb  1 16:52:41 2011
@@ -131,7 +131,7 @@

 = Using !RequestScope =

-Each servlet configured with a `ServletModule` is executed within <a href="http://code.google.com/p/google-guice/source/browse/trunk/extensions/servlet/src/com/google/inject/servlet/ServletScopes.java#45";> RequestScope</a>. +Each servlet configured with a `ServletModule` is executed within <a href="http://code.google.com/p/google-guice/source/browse/trunk/extensions/servlet/src/com/google/inject/servlet/ServletScopes.java#45";> `RequestScope`</a>.

By default, there are several elements available to be injected, each of which is bound in !RequestScope:
   * `HttpServletRequest` / `ServletRequest`

--
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