Stream

org.beangle.web.action.view.Stream$
object Stream

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Stream.type

Members list

Concise view

Value members

Concrete methods

def apply(url: URL): StreamView
def apply(url: URL, displayName: String): StreamView
def apply(url: URL, contentType: String, displayName: String): StreamView
def apply(file: File): StreamView
def apply(file: File, displayName: String): StreamView
def apply(file: File, contentType: String, displayName: String): StreamView
def apply(is: InputStream, contentType: String, displayName: String, lastModified: Option[Long]): StreamView