Example usage for org.apache.wicket.markup.html.form Form getApplication

List of usage examples for org.apache.wicket.markup.html.form Form getApplication

Introduction

In this page you can find the example usage for org.apache.wicket.markup.html.form Form getApplication.

Prototype

public final Application getApplication() 

Source Link

Document

Gets interface to application that this component is a part of.

Usage

From source file:eu.uqasar.web.pages.qmtree.metric.QMMetricFormValidator.java

License:Apache License

private Localizer getLocalizer(Form<?> form) {
    return form.getApplication().getResourceSettings().getLocalizer();
}