org.jboss.weld.wicket
Class WeldComponentInstantiationListener

java.lang.Object
  extended by org.jboss.weld.wicket.WeldComponentInstantiationListener
All Implemented Interfaces:
org.apache.wicket.application.IComponentInstantiationListener

public class WeldComponentInstantiationListener
extends java.lang.Object
implements org.apache.wicket.application.IComponentInstantiationListener

This listener uses the BeanManager to handle injections for all wicket components.

Author:
cpopetz

Constructor Summary
WeldComponentInstantiationListener()
           
 
Method Summary
 void onInstantiation(org.apache.wicket.Component component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeldComponentInstantiationListener

public WeldComponentInstantiationListener()
Method Detail

onInstantiation

public void onInstantiation(org.apache.wicket.Component component)
Specified by:
onInstantiation in interface org.apache.wicket.application.IComponentInstantiationListener


Copyright © 2008-2009 Seam Framework. All Rights Reserved.