[seam-commits] Seam SVN: r12518 - modules/faces/trunk/docs/reference/src/main/docbook/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Apr 16 17:12:33 EDT 2010
Author: lincolnthree
Date: 2010-04-16 17:12:33 -0400 (Fri, 16 Apr 2010)
New Revision: 12518
Modified:
modules/faces/trunk/docs/reference/src/main/docbook/en-US/artifacts.xml
Log:
Modified: modules/faces/trunk/docs/reference/src/main/docbook/en-US/artifacts.xml
===================================================================
--- modules/faces/trunk/docs/reference/src/main/docbook/en-US/artifacts.xml 2010-04-16 21:09:02 UTC (rev 12517)
+++ modules/faces/trunk/docs/reference/src/main/docbook/en-US/artifacts.xml 2010-04-16 21:12:33 UTC (rev 12518)
@@ -28,6 +28,12 @@
}</programlisting></entry>
</row>
<row>
+ <entry>javax.faces.context.ExternalContext</entry>
+ <entry><programlisting>public class Bean {
+ @Inject ExternalContext context;
+}</programlisting></entry>
+ </row>
+ <row>
<entry>javax.faces.application.NavigationHandler</entry>
<entry><programlisting>public class Bean {
@Inject NavigationHandler handler;
More information about the seam-commits
mailing list