You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/02/07 11:45:42 UTC

svn commit: r619355 - /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/OrchestraFacesContextFactory.java

Author: skitching
Date: Thu Feb  7 02:45:41 2008
New Revision: 619355

URL: http://svn.apache.org/viewvc?rev=619355&view=rev
Log:
Minor doc update

Modified:
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/OrchestraFacesContextFactory.java

Modified: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/OrchestraFacesContextFactory.java
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/OrchestraFacesContextFactory.java?rev=619355&r1=619354&r2=619355&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/OrchestraFacesContextFactory.java (original)
+++ myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/OrchestraFacesContextFactory.java Thu Feb  7 02:45:41 2008
@@ -34,7 +34,10 @@
  * FacesContext object for each request.
  * <p>
  * That factory method is used here as a convenient point to initialise any per-request
- * Orchestra data-structures.
+ * Orchestra data-structures. Note that this (of course) only initializes Orchestra for
+ * <i>JSF requests</i>; Orchestra is intended to support non-jsf functionality too (eg
+ * plain jsp or servlets), in which case the appropriate adapter for that environment
+ * needs to be configured via some other mechanism.
  * <p>
  * This factory fetches the actual FacesContext object from the previous factory in the
  * chain, then decorates the returned FacesContext object; this means that this class