You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by jw...@apache.org on 2005/03/21 11:27:54 UTC

svn commit: r158442 - lenya/trunk/src/webapp/lenya/usecases/usecase.xmap

Author: jwkaltz
Date: Mon Mar 21 02:27:54 2005
New Revision: 158442

URL: http://svn.apache.org/viewcvs?view=rev&rev=158442
Log:
[minor change] added docs to pipeline. Set view pattern matching to internal

Modified:
    lenya/trunk/src/webapp/lenya/usecases/usecase.xmap

Modified: lenya/trunk/src/webapp/lenya/usecases/usecase.xmap
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/usecases/usecase.xmap?view=diff&r1=158441&r2=158442
==============================================================================
--- lenya/trunk/src/webapp/lenya/usecases/usecase.xmap (original)
+++ lenya/trunk/src/webapp/lenya/usecases/usecase.xmap Mon Mar 21 02:27:54 2005
@@ -40,8 +40,18 @@
         <map:serialize/>
       </map:match>
       
-      <!-- view for usecases that take up the full screen -->
-      <map:match pattern="view/**">
+      <!-- 
+        This internal sitemap fragment renders the usecase, once the
+        executeUsecase() flowscript has completed and issued a redirect,
+        which is matched here.
+        The rendering process depends on the name of the usecase. If the
+        name begins with "tab.", the usecase is assumed to be part of the
+        site area. In this case, the navigation for the site area is
+        also rendered, along with the use case. In all other cases, the
+        usecase takes up the full screen. 
+        This behavior will likely be changed in the future.
+        -->
+      <map:match pattern="view/**" internal-only="true">
         
         <map:match type="usecase" pattern="tab.*">
           <map:generate type="jx" src="{../1}.jx"/>



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