(no commit message)
[utils] / wicket / components / src / main / java / org / wamblee / wicket / behavior / WebApplicationBasePage.java
index 6770b91a71680a6eac1e2432f9e866d5676e649e..75043351671a28e7ab7d590bb152ef11ac7387d4 100644 (file)
@@ -100,7 +100,10 @@ public class WebApplicationBasePage extends WebPage {
         addBehavior(new FlushEntityManagerBehavior(aEntityManager));
     }
     
-    
+    /**
+     * Adds a specific behavior to the page. 
+     * @param aBehavior Behavior to add. 
+     */
     public void addBehavior(PageBehavior aBehavior) { 
         behaviors.add(aBehavior);
     }