|
Class Summary |
| SeamApplication |
A convenience subclass of wicket's WebApplication which adds the hooks
necessary to use JSR-299 injections in wicket components, as well as manage
JSR-299 conversation scopes with Wicket page metadata. |
| SeamComponentInstantiationListener |
This listener uses the BeanManager to handle injections for all wicket components. |
| SeamMetaData |
Public storage for the metadata key used by the Seam integration to store
conversation ids in wicket page metadata. |
| SeamRequestCycle |
SeamRequestCycle is a subclass of the standard wicket WebRequestCycle which:
restores long-running conversations specified in wicket page metadata
when a page target is first used. |
| SeamWebRequestCycleProcessor |
SeamWebRequestCycleProcessor is a subclass of the standard wicket
WebRequestCycleProcessor which saves the conversation id of any long-running
conversation in wicket page metadata. |