org.jboss.seam.wicket
Class SeamComponentInstantiationListener

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

public class SeamComponentInstantiationListener
extends Object
implements org.apache.wicket.application.IComponentInstantiationListener

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

Author:
cpopetz

Constructor Summary
SeamComponentInstantiationListener()
           
 
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

SeamComponentInstantiationListener

public SeamComponentInstantiationListener()
Method Detail

onInstantiation

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


Copyright © 2011 Seam Framework. All Rights Reserved.