
com.giffing.wicket.spring.boot.starter.app.WicketBootWebApplication Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wicket-spring-boot-starter Show documentation
Show all versions of wicket-spring-boot-starter Show documentation
Enables and configures Apache Wicket from within a Spring Boot
Application. Used **only** in combination with Spring Boot.
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