Example usage for org.apache.wicket.markup.html.include Include Include

List of usage examples for org.apache.wicket.markup.html.include Include Include

Introduction

In this page you can find the example usage for org.apache.wicket.markup.html.include Include Include.

Prototype

public Include(String id, String modelObject) 

Source Link

Document

Construct.

Usage

From source file:de.inren.frontend.health.ExternalContentPanel.java

License:Apache License

@Override
protected void onInitialize() {
    super.onInitialize();
    add(new Include("content", getDefaultModelObjectAsString()));
}