List of usage examples for org.apache.wicket.application IComponentInstantiationListener interface-usage
From source file at.molindo.wicketutils.dev.MarkupSourceAttributeAppender.java
/**
* adds an {@link AttributeModifier} to every component with asscociated markup,
* i.e., objects of any class extending
* {@link WebMarkupContainerWithAssociatedMarkup}.
*
* @author stf@molindo.at
From source file com.caucho.wicket.ResinComponentInjector.java
/** * Listener called when components are constructed for injection */ public class ResinComponentInjector implements IComponentInstantiationListener { private WebBeansContainer _webBeans = WebBeansContainer.create();
From source file com.fortuityframework.wicket.FortuityComponentInstantiationListener.java
/**
* Component instantiation listener that scans Wicket components for Fortuity annotations, and sets up the WicketEventListenerLocator
* to delegate events to them.
*
* @author Jeroen Steenbeeke
*
From source file com.github.javawithmarcus.wicket.cdi.ComponentInjector.java
/**
* Injects components with CDI dependencies
*
* @author igor
*/
@ApplicationScoped
From source file com.github.wicket.autowire.AutoWire.java
public final class AutoWire implements IComponentInitializationListener, IComponentInstantiationListener { private static final Logger log = LoggerFactory.getLogger(Component.class); private AutoWire() {
From source file com.tysanclan.site.projectewok.auth.TysanSecurity.java
/**
* Component instantiation listener that takes care of security checks for
* various pages and components
*
* @author Jeroen Steenbeeke
*/
From source file de.dennishoersch.web.springframework.wicket.SimpleSpringComponentInjector.java
/** * Supports @{@link Inject} and @{@link Autowired} for injecting dependencies into Wicket components like in any other spring bean. * * @author hoersch */ public class SimpleSpringComponentInjector
From source file de.elatexam.editor.components.form.EnhanceFormsListener.java
/** * @author Steffen Dienst * */ public class EnhanceFormsListener implements IComponentInstantiationListener {
From source file org.artifactory.common.wicket.application.AddWicketPathListener.java
/** * @author Yoav Aharoni */ public class AddWicketPathListener implements IComponentInstantiationListener { @Override public void onInstantiation(Component component) {
From source file org.artifactory.webapp.spring.ArtifactorySpringComponentInjector.java
/** * @author yoavl */ public class ArtifactorySpringComponentInjector extends Injector implements IComponentInstantiationListener, IBehaviorInstantiationListener {