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

views.package.scala Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. 
 */

/**
 * Contains ready to use built-in templates and template helpers.
 */
package object views

package views {

  /**
   * Contains ready to use built-in templates and template helpers for html templates.
   */
  package object html

  /**
   * Contains ready to use built-in templates and template helpers for text templates.
   */
  package object txt

  /**
   * Contains ready to use built-in templates and template helpers for xml templates.
   */
  package object xml
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy