Java org.apache.wicket.spring.injection.annot SpringComponentInjector fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.spring.injection.annot SpringComponentInjector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.spring.injection.annot SpringComponentInjector.

The text is from its open source code.

Constructor

SpringComponentInjector(final WebApplication webapp, final ApplicationContext ctx)
Constructor
SpringComponentInjector(final WebApplication webapp)
Constructor used when spring application context is declared in the spring standard way and can be located through WebApplicationContextUtils#getRequiredWebApplicationContext(ServletContext) .
SpringComponentInjector(final WebApplication webapp, final ApplicationContext ctx, final boolean wrapInProxies)
Constructor