(no commit message)
[utils] / wicket / components / src / main / java / org / wamblee / wicket / page / PageBehavior.java
index a8d4f9317f3fbad585502efb8db9008aeed68ca9..c91d433a337f553a67eb3d91cd32424cf3d169d7 100644 (file)
@@ -22,7 +22,8 @@ import org.apache.wicket.protocol.http.WebResponse;
 
 /**
  * Page behavior interface. This provides a mechanism to extend page behavior
- * without subclassing. Implementations of this interface should be serializable. 
+ * without subclassing. Implementations of this interface should be
+ * serializable.
  * 
  * @author Erik Brakkee
  */
@@ -53,9 +54,10 @@ public interface PageBehavior extends Serializable {
      *            Page this is called for.
      */
     void onAfterRender(WebPage aPage);
-    
+
     /**
      * To be called in the {@link Page#onDetach
+
      */
     void onDetach(WebPage aPage);
 }