Package

org.incal

play

Permalink

package play

Visibility
  1. Public
  2. All

Type Members

  1. class CustomDirAssets extends AnyRef

    Permalink

    Handy manager that pulls an asset from a given path (as the common asset manager does) but additionally it checks also external paths (must be on classpath) specified by "assets.external_paths" configuration.

    Handy manager that pulls an asset from a given path (as the common asset manager does) but additionally it checks also external paths (must be on classpath) specified by "assets.external_paths" configuration.

    Annotations
    @Singleton()
    Since

    2018

  2. class GuiceRunnableApp[T <: Runnable] extends App

    Permalink

    A simple app backed by Guice, which runs a given runnable.

    A simple app backed by Guice, which runs a given runnable.

    Since

    2018

  3. case class Page[+A](items: Traversable[A], page: Int, offset: Long, total: Long, orderBy: String) extends Product with Serializable

    Permalink

    Helper for pagination.

  4. case class PageOrder(page: Int, orderBy: String) extends Product with Serializable

    Permalink

Value Members

  1. object PageOrder extends Serializable

    Permalink
  2. package controllers

    Permalink
  3. package formatters

    Permalink
  4. package security

    Permalink
  5. package util

    Permalink

Ungrouped