(no commit message)
[utils] / wicket / components / src / main / java / org / wamblee / wicket / behavior / package-info.java
index 466e04ce95e7a87f708659bb3ced051581292ebe..8d05fd62c1a1e100ffa98f72b1de90129d373d14 100644 (file)
  * limitations under the License.
  */
 /**
- * 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>
+ * This package contains general support utilities for behaviors.
  */
-package org.wamblee.wicket.behavior;
\ No newline at end of file
+package org.wamblee.wicket.behavior;
+