Example usage for org.apache.wicket IBehaviorInstantiationListener interface-usage

List of usage examples for org.apache.wicket IBehaviorInstantiationListener interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket IBehaviorInstantiationListener interface-usage.

Usage

From source file com.github.javawithmarcus.wicket.cdi.BehaviorInjector.java

/**
 * Injects components with CDI dependencies
 *
 * @author igor
 */
@ApplicationScoped

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 org.artifactory.webapp.spring.ArtifactorySpringComponentInjector.java

/**
 * @author yoavl
 */
public class ArtifactorySpringComponentInjector extends Injector
        implements IComponentInstantiationListener, IBehaviorInstantiationListener {

From source file org.jabylon.rest.ui.wicket.injector.OSGiInjector.java

public class OSGiInjector extends Injector
        implements IBehaviorInstantiationListener, IComponentInstantiationListener {

    private static final OSGiFieldValueFactory factory = new OSGiFieldValueFactory();

    public OSGiInjector(Application app) {