You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/10/07 21:59:19 UTC

svn commit: r582673 - in /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter: AbstractFrameworkAdapter.java FrameworkAdapterInterface.java

Author: imario
Date: Sun Oct  7 12:59:18 2007
New Revision: 582673

URL: http://svn.apache.org/viewvc?rev=582673&view=rev
Log:
FA tests - taken over comments from removed interface

Removed:
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapterInterface.java
Modified:
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/AbstractFrameworkAdapter.java

Modified: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/AbstractFrameworkAdapter.java
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/AbstractFrameworkAdapter.java?rev=582673&r1=582672&r2=582673&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/AbstractFrameworkAdapter.java (original)
+++ myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/AbstractFrameworkAdapter.java Sun Oct  7 12:59:18 2007
@@ -28,7 +28,8 @@
 
 /**
  * An interface that provides access to all the data necessary for Orchestra to work while isolating Orchestra
- * from the actual MVC system being used. This allows Orchestra to support frameworks other than JSF.
+ * from the actual MVC system being used. This allows Orchestra to support multiple presentation
+ * frameworks, such as JSF and plain JSP.
  * <p>
  * Orchestra locates a concrete implementation of this class by using the FrameworkAdapter class, which supports
  * configuration of the actual underlying object returned.