See: Description
| Interface | Description |
|---|---|
| PageBehavior |
Page behavior interface.
|
| Class | Description |
|---|---|
| AbstractPageBehavior |
Abstract page behavior to simplify implementations of behaviors thar don't
need to implement all callbacks.
|
| CompositePageBehavior |
Implements a composite page behavior which invokes all behaviors in the order
they were added.
|
| DisableCachingBehavior |
Behavior to disable browser caching.
|
| ExpireBehavior |
Bahevior that will expire a page when the page is disabled.
|
| ExpirePageImmediatelyBehavior |
Page which will be removed from the page map after rendering so it can be
viewed only once.
|
| FlushEntityManagerBehavior |
Behavior to flush the entity manager after rendering of the page.
|
| LoggingPageBehavior |
Logs page events.
|
| WebApplicationBasePage |
Base page for wicket applications that allows customization of various
bahaviors of the page.
|
WebApplicationBasePage: A generic web page base class to which various
behaviors can be added.
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 WebApplicationBasePage canno tbe used.
PageBehavior: The page behavior interface.
Copyright © 2025. All rights reserved.