Title: [waffle-scm] [560] trunk/waffle-core/src/main/java/org/codehaus/waffle: Updated javadoc.

Diff

Modified: trunk/waffle-core/src/main/java/org/codehaus/waffle/ComponentRegistry.java (559 => 560)

--- trunk/waffle-core/src/main/java/org/codehaus/waffle/ComponentRegistry.java	2008-01-19 04:23:41 UTC (rev 559)
+++ trunk/waffle-core/src/main/java/org/codehaus/waffle/ComponentRegistry.java	2008-01-19 10:47:01 UTC (rev 560)
@@ -38,8 +38,11 @@
 import org.codehaus.waffle.view.ViewResolver;
 
 /**
- * <p>Responsible for maintaining Waffle framework components, which allows Waffle to have a pluggable architecture.</p>
- *
+ * <p>
+ * ComponentRegistry is responsible for maintaining Waffle components and allowing Waffle to have a pluggable
+ * architecture.
+ * </p>
+ * 
  * @author Michael Ward
  * @author Mauro Talevi
  */

Modified: trunk/waffle-core/src/main/java/org/codehaus/waffle/Constants.java (559 => 560)

--- trunk/waffle-core/src/main/java/org/codehaus/waffle/Constants.java	2008-01-19 04:23:41 UTC (rev 559)
+++ trunk/waffle-core/src/main/java/org/codehaus/waffle/Constants.java	2008-01-19 10:47:01 UTC (rev 560)
@@ -10,6 +10,11 @@
  *****************************************************************************/
 package org.codehaus.waffle;
 
+/**
+ * Holds string constants used by Waffle
+ * 
+ * @author Michael Ward
+ */
 public interface Constants {
     String SESSION_CONTAINER_KEY = "waffle.session.container";
     String VIEW_PREFIX_KEY = "view.prefix";

Modified: trunk/waffle-core/src/main/java/org/codehaus/waffle/Startable.java (559 => 560)

--- trunk/waffle-core/src/main/java/org/codehaus/waffle/Startable.java	2008-01-19 04:23:41 UTC (rev 559)
+++ trunk/waffle-core/src/main/java/org/codehaus/waffle/Startable.java	2008-01-19 10:47:01 UTC (rev 560)
@@ -15,6 +15,7 @@
  * as it relates to the context they have been registered with in the application's Registrar.
  * </p>
  *
+ * @author Michael Ward
  * @see org.codehaus.waffle.registrar.Registrar#application()
  * @see org.codehaus.waffle.registrar.Registrar#session()
  * @see org.codehaus.waffle.registrar.Registrar#request() 

Modified: trunk/waffle-core/src/main/java/org/codehaus/waffle/WaffleException.java (559 => 560)

--- trunk/waffle-core/src/main/java/org/codehaus/waffle/WaffleException.java	2008-01-19 04:23:41 UTC (rev 559)
+++ trunk/waffle-core/src/main/java/org/codehaus/waffle/WaffleException.java	2008-01-19 10:47:01 UTC (rev 560)
@@ -11,7 +11,7 @@
 package org.codehaus.waffle;
 
 /**
- * <p>The Base Exception type in the Waffle framework.</p>
+ * <p>The base Exception that all other Waffle exceptions extend.</p>
  *
  * @author Michael Ward
  */

Modified: trunk/waffle-core/src/main/java/org/codehaus/waffle/action/ArgumentResolver.java (559 => 560)

--- trunk/waffle-core/src/main/java/org/codehaus/waffle/action/ArgumentResolver.java	2008-01-19 04:23:41 UTC (rev 559)
+++ trunk/waffle-core/src/main/java/org/codehaus/waffle/action/ArgumentResolver.java	2008-01-19 10:47:01 UTC (rev 560)
@@ -15,6 +15,8 @@
 /**
  * Implementation of this interface are responsible for resolving an action methods argument value by name.  The means
  * by which argument resolution is handled is to the discretion of the implementation
+ * 
+ * @author Michael Ward
  */
 public interface ArgumentResolver {
 

Modified: trunk/waffle-core/src/main/java/org/codehaus/waffle/action/MethodNameResolver.java (559 => 560)

--- trunk/waffle-core/src/main/java/org/codehaus/waffle/action/MethodNameResolver.java	2008-01-19 04:23:41 UTC (rev 559)
+++ trunk/waffle-core/src/main/java/org/codehaus/waffle/action/MethodNameResolver.java	2008-01-19 10:47:01 UTC (rev 560)
@@ -14,6 +14,8 @@
 
 /**
  * Implementation of this interface will be able to determine the action method name that is to be invoked.
+ * 
+ * @author Michael Ward
  */
 public interface MethodNameResolver {
 


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to