Author: jdonnerstag
Date: Sun Nov 19 07:32:54 2006
New Revision: 476839

URL: http://svn.apache.org/viewvc?view=rev&rev=476839
Log:
Changed javadoc as PrependContextPathHandler is now registered by default

Modified:
    
incubator/wicket/trunk/wicket/src/main/java/wicket/markup/parser/filter/PrependContextPathHandler.java

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/markup/parser/filter/PrependContextPathHandler.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/markup/parser/filter/PrependContextPathHandler.java?view=diff&rev=476839&r1=476838&r2=476839
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/markup/parser/filter/PrependContextPathHandler.java
 (original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/markup/parser/filter/PrependContextPathHandler.java
 Sun Nov 19 07:32:54 2006
@@ -28,19 +28,8 @@
 
 /**
  * This is a markup inline filter which by default is added to the list of
- * markup filters. It can be added by means of subclassing
- * Application.newMarkupParser() like
- * 
- * <pre>
- *        public class MyApplication extends Application
- *        {
- *            ...
- *            public IMarkupFilter[] getAdditionalMarkupHandler()
- *            {
- *                return new IMarkupFilter[] { new new 
PrependContextPathHandler() };
- *            }
- * </pre>
- * 
+ * markup filters. 
+ * <p>
  * The purpose of the filter is to prepend the web apps context path to all 
href
  * and src attributes found in the markup which contain a relative URL like
  * "myDir/myPage.gif". It is applied to all non wicket component tags


Reply via email to