org.jboss.seam.wicket
Class SeamComponentInstantiationListener
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeamComponentInstantiationListener
public SeamComponentInstantiationListener()
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.