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

play.core.system.WebCommands.scala Maven / Gradle / Ivy

/*
 * Copyright (C) 2009-2016 Lightbend Inc. 
 */
package play.core

import javax.inject.Singleton
/**
 * @see compare-to-play.md
 *
 * Handlers for web commands.
 */
trait WebCommands

/**
 * Default implementation of web commands.
 */
@Singleton
class DefaultWebCommands extends WebCommands




© 2015 - 2025 Weber Informatics LLC | Privacy Policy