Example usage for org.apache.wicket.protocol.http ContextParamWebApplicationFactory subclass-usage

List of usage examples for org.apache.wicket.protocol.http ContextParamWebApplicationFactory subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.protocol.http ContextParamWebApplicationFactory subclass-usage.

Usage

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

/**
 * WebApplicationFactory designed for CDI Injection.
 * <p/>
 * This class can be added to the default WicketFilter by setting the init-param 'applicationFactoryClassName' with this
 * classes fully qualified path. In this case the applicationClassName init-param is required. The CdiConfiguration is
 * automatically configured and the Application class is postConstructed, unless overriding with the