Revision: 8e2379bed0ab
Author: sberlin <[email protected]>
Date: Mon Oct 31 20:04:43 2011
Log: Edited wiki page ServletModule through web user interface.
http://code.google.com/p/google-guice/source/detail?r=8e2379bed0ab&repo=wiki
Modified:
/ServletModule.wiki
=======================================
--- /ServletModule.wiki Wed Feb 2 18:37:36 2011
+++ /ServletModule.wiki Mon Oct 31 20:04:43 2011
@@ -2,7 +2,7 @@
= Installing a Servlet Module =
-Once you have `GuiceFilter` up and running, Guice Servlet is set up.
However, you will need to install an instance of `ServletModule` in order
to get real use out of Guice Servlet:
+Once you have [Servlets GuiceFilter] up and running, Guice Servlet is set
up. However, you will need to install an instance of `ServletModule` in
order to get real use out of Guice Servlet:
{{{
Guice.createInjector(new ServletModule());
}}}
--
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.