All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.giffing.wicket.spring.boot.starter.app.WicketBootWebApplication Maven / Gradle / Ivy

Go to download

Enables and configures Apache Wicket from within a Spring Boot Application. Used **only** in combination with Spring Boot.

There is a newer version: 4.0.0
Show newest version
package com.giffing.wicket.spring.boot.starter.app;

import org.apache.wicket.protocol.http.WebApplication;

import com.giffing.wicket.spring.boot.starter.web.WicketWebInitializer;

/**
 * All Wicket Spring Boot Starter {@link WebApplication} classes should
 * implement this interface to access the current configures
 * {@link WebApplication} bean within spring.
 * 
 * Look at {@link WicketWebInitializer} to see the dynamical retrieval of the
 * bean name with use of this interface.
 * 
 * @author Marc Giffing
 *
 */
public interface WicketBootWebApplication {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy