(no commit message)
[utils] / wicket / components / src / main / java / org / wamblee / wicket / behavior / package-info.java
index 8f89c6c7bf0ba940499738d8949d31512c53e361..466e04ce95e7a87f708659bb3ced051581292ebe 100644 (file)
  */
 /**
  * This package contains various utilities for behaviors on components and pages. 
+ * 
+ * Entry points to this package are as follows: 
+ * <ul>
+ *   <li> {@link WebApplicationBasePage}: A generic web page base class to which various 
+ *      behaviors can be added.
+ *   </li>
+ *   <li> {@link CompositePageBehavior}: The composite behavior to which the various 
+ *        callbacks from wicket to the page can be delegated. Useful in case the inheritance
+ *        approach based on {@link WebApplicationBasePage} canno tbe used. 
+ *   </li> 
+ *   <li> {@link PageBehavior}: The page behavior interface. 
+ *   </li>
+ * </ul>
  */
 package org.wamblee.wicket.behavior;
\ No newline at end of file