You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2007/10/23 13:58:58 UTC

svn commit: r587463 - /lenya/trunk/src/modules-core/usecase/java/src/org/apache/lenya/cms/usecase/UsecaseView.java

Author: nettings
Date: Tue Oct 23 04:58:57 2007
New Revision: 587463

URL: http://svn.apache.org/viewvc?rev=587463&view=rev
Log:
cosmetic changes to javadocs

Modified:
    lenya/trunk/src/modules-core/usecase/java/src/org/apache/lenya/cms/usecase/UsecaseView.java

Modified: lenya/trunk/src/modules-core/usecase/java/src/org/apache/lenya/cms/usecase/UsecaseView.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/usecase/java/src/org/apache/lenya/cms/usecase/UsecaseView.java?rev=587463&r1=587462&r2=587463&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/usecase/java/src/org/apache/lenya/cms/usecase/UsecaseView.java (original)
+++ lenya/trunk/src/modules-core/usecase/java/src/org/apache/lenya/cms/usecase/UsecaseView.java Tue Oct 23 04:58:57 2007
@@ -33,16 +33,17 @@
  * Information about a usecase view.
  * 
  * @version $Id$
- * 
+ * <p>
  * Example configuration:
- * <code>&lt;view uri="/modules/foo/usecases/foo-mogrify.jx"
+ * <code><pre>&lt;view uri="/modules/foo/usecases/foo-mogrify.jx"
  *     customFlow="/modules/foo/flow/myflow.js"
  *     menu="false|true"
  *     createContinuation="false|true"
  * &gt;
  *   &lt;tab group="foo" name="bar"/&gt;      // optional
  *   &lt;parameter name="foo" value="bar/&gt; // optional
- * &lt;/view&gt;</code>
+ * &lt;/view&gt;</pre></code>
+ * </p>
  * <p>
  * <code>uri</code> is the relative URL of the page to be sent back to the client. If the URI
  * starts with a slash, it is resolved starting at the root sitemap, otherwise it



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org