Example usage for org.apache.wicket.guice GuiceComponentInjector GuiceComponentInjector

List of usage examples for org.apache.wicket.guice GuiceComponentInjector GuiceComponentInjector

Introduction

In this page you can find the example usage for org.apache.wicket.guice GuiceComponentInjector GuiceComponentInjector.

Prototype

public GuiceComponentInjector(final Application app) 

Source Link

Document

Creates a new Wicket GuiceComponentInjector instance.

Usage

From source file:org.wicket_sapporo.guiceApp.GuiceApplication.java

License:Apache License

/**
 * GoogleGuice?Injector??.//from  w  w  w.  j  a  v  a  2  s.c  o m
 */
protected void initGuice() {
    // Wicket??????
    getComponentInstantiationListeners().add(new GuiceComponentInjector(this));
}