MetaTag

papyrus.logic.metadata.MetaTag
object MetaTag

Attributes

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

Members list

Type members

Classlikes

trait MetaTag

Represents an HTML meta or link tag

Represents an HTML meta or link tag

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def authorTag(author: String): MetaTag

Creates a <meta name="author" ...> tag

Creates a <meta name="author" ...> tag

Attributes

def charsetTag(charset: Charset): MetaTag

Creates a <meta name="charset" ...> tag

Creates a <meta name="charset" ...> tag

Attributes

Creates a <link rel="stylesheet" ...> tag

Creates a <link rel="stylesheet" ...> tag

Attributes

def titleTag(title: String): MetaTag

Creates a <meta name="title" ...> tag

Creates a <meta name="title" ...> tag

Attributes