Java org.apache.wicket.guice GuiceComponentInjector fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.guice GuiceComponentInjector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.guice GuiceComponentInjector.

The text is from its open source code.

Constructor

GuiceComponentInjector(final Application app, final Module... modules)
Creates a new Wicket GuiceComponentInjector instance, using the supplied Guice Module instances to create a new Guice Injector instance internally.
GuiceComponentInjector(final Application app, final Injector injector)
Constructor
GuiceComponentInjector(final Application app, final Injector injector, final boolean wrapInProxies)
Creates a new Wicket GuiceComponentInjector instance, using the provided Guice Injector instance.
GuiceComponentInjector(final Application app)
Creates a new Wicket GuiceComponentInjector instance.