|
Class Summary |
| BeanManagerLookup |
A utilty class to provide access to the JSR-299 BeanManager |
| WeldApplication |
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. |
| WeldComponentInstantiationListener |
This listener uses the BeanManager to handle injections for all wicket components. |
| WeldMetaData |
Public storage for the metadata key used by the Weld integration to store
conversation ids in wicket page metadata. |
| WeldRequestCycle |
WeldRequestCycle 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. |
| WeldWebRequestCycleProcessor |
WeldWebRequestCycleProcessor is a subclass of the standard wicket
WebRequestCycleProcessor which saves the conversation id of any long-running
cornversation in wicket page metadata. |