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

com.frightanic.smn.view.IndexView Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
package com.frightanic.smn.view;

import io.dropwizard.views.View;

public class IndexView extends View {
  public IndexView() {
    super("index.ftl");
  }

  public String getTitle() {
    return "OpenData SMN - SwissMetNet SMN for OpenData.ch";
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy