Revision: 929
          http://stripes.svn.sourceforge.net/stripes/?rev=929&view=rev
Author:   bengunter
Date:     2008-05-23 05:40:08 -0700 (Fri, 23 May 2008)

Log Message:
-----------
Added links to UrlBinding javadoc for people who aren't familiar with clean URLs

Modified Paths:
--------------
    
trunk/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java

Modified: 
trunk/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java
===================================================================
--- 
trunk/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java  
    2008-05-23 12:26:02 UTC (rev 928)
+++ 
trunk/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java  
    2008-05-23 12:40:08 UTC (rev 929)
@@ -74,7 +74,8 @@
  * </p>
  * <p>
  * One benefit of this approach is that static resources can be delivered from 
the same namespace to
- * which an [EMAIL PROTECTED] ActionBean} is mapped. For example, if your 
[EMAIL PROTECTED] UserActionBean} is mapped to
+ * which an [EMAIL PROTECTED] ActionBean} is mapped using clean URLs. (Form 
more information on clean URLs, see
+ * [EMAIL PROTECTED] UrlBinding}.) For example, if your [EMAIL PROTECTED] 
UserActionBean} is mapped to
  * [EMAIL PROTECTED] @UrlBinding("/user/{id}/{$event}")} and you have a static 
file at [EMAIL PROTECTED] /user/icon.gif},
  * then your icon will be delivered correctly because the initial request will 
not have returned a
  * [EMAIL PROTECTED] 404} error.
@@ -108,6 +109,7 @@
  * 
  * @author Ben Gunter
  * @since Stripes 1.5
+ * @see UrlBinding
  */
 public class DynamicMappingFilter implements Filter {
     /**


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to