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 2007/10/05 13:49:01 UTC

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

Author: skitching
Date: Fri Oct  5 04:49:00 2007
New Revision: 582218

URL: http://svn.apache.org/viewvc?rev=582218&view=rev
Log:
Document expected behaviour of getBean(name) when the bean does not exist.

Modified:
    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/FrameworkAdapterInterface.java
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapterInterface.java?rev=582218&r1=582217&r2=582218&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapterInterface.java (original)
+++ myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapterInterface.java Fri Oct  5 04:49:00 2007
@@ -71,7 +71,7 @@
 	public void redirect(String url) throws IOException;
 
 	/**
-	 * Return the variable with the specified name.
+	 * Return the variable with the specified name, or null if no such bean exists.
 	 * <p>
 	 * In frameworks that support "managed beans", ie creation of objects on demand then
 	 * this may trigger the creation of the specified object. In frameworks that do not