Packages

c

net.liftweb.http

Html5Properties

final case class Html5Properties(userAgent: Box[String]) extends HtmlProperties with Product with Serializable

If you're going to use HTML5, then this is the set of properties to use

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Html5Properties
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HtmlProperties
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Html5Properties(userAgent: Box[String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def contentType: Box[String]

    What's the content type that should be put in the response header?

    What's the content type that should be put in the response header?

    Definition Classes
    Html5PropertiesHtmlProperties
  7. def docType: Box[String]

    When we emit the HTML, what DocType will be emitted

    When we emit the HTML, what DocType will be emitted

    Definition Classes
    Html5PropertiesHtmlProperties
  8. def encoding: Box[String]

    When we output the HTML, what encoding will be emitted

    When we output the HTML, what encoding will be emitted

    Definition Classes
    Html5PropertiesHtmlProperties
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  12. val html5FormsSupport: Boolean
    Definition Classes
    Html5PropertiesHtmlProperties
  13. def htmlOutputHeader: Box[String]

    For XHTML, the Encoding appears before the DocType, except if you're writing to IE6, so, rather than having a hard-coded calculation we allow the calculation to be done here.

    For XHTML, the Encoding appears before the DocType, except if you're writing to IE6, so, rather than having a hard-coded calculation we allow the calculation to be done here.

    Definition Classes
    Html5PropertiesHtmlProperties
  14. def htmlParser: (InputStream) ⇒ Box[Elem]

    How are we parsing incoming files into a NodeSeq? This will likely point to either PCDataXmlParser.apply or Html5.parse

    How are we parsing incoming files into a NodeSeq? This will likely point to either PCDataXmlParser.apply or Html5.parse

    Definition Classes
    Html5PropertiesHtmlProperties
  15. def htmlWriter: (Node, Writer) ⇒ Unit

    Given a NodeSeq and a Writer, convert the output to the writer.

    Given a NodeSeq and a Writer, convert the output to the writer.

    Definition Classes
    Html5PropertiesHtmlProperties
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val maxOpenRequests: Int
    Definition Classes
    Html5PropertiesHtmlProperties
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. def setContentType(newContentType: () ⇒ Box[String]): HtmlProperties

    Creates a new instance of HtmlProperties with the contentType property changed

    Creates a new instance of HtmlProperties with the contentType property changed

    Definition Classes
    HtmlProperties
  22. def setDocType(newDocType: () ⇒ Box[String]): HtmlProperties

    Creates a new instance of HtmlProperties with the docType property changed

    Creates a new instance of HtmlProperties with the docType property changed

    Definition Classes
    HtmlProperties
  23. def setEncoding(newEncoding: () ⇒ Box[String]): HtmlProperties

    Creates a new instance of HtmlProperties with the encoding property changed

    Creates a new instance of HtmlProperties with the encoding property changed

    Definition Classes
    HtmlProperties
  24. def setHtml5FormsSupport(newFormsSupport: Boolean): HtmlProperties

    Creates a new instance of HtmlProperties with the html5FormsSupport property changed

    Creates a new instance of HtmlProperties with the html5FormsSupport property changed

    Definition Classes
    HtmlProperties
  25. def setHtmlOutputHeader(newHeader: () ⇒ Box[String]): HtmlProperties

    Creates a new instance of HtmlProperties with the htmlOutputHeader property changed

    Creates a new instance of HtmlProperties with the htmlOutputHeader property changed

    Definition Classes
    HtmlProperties
  26. def setHtmlParser(newParser: (InputStream) ⇒ Box[NodeSeq]): HtmlProperties

    Creates a new instance of HtmlProperties with the htmlParser property changed

    Creates a new instance of HtmlProperties with the htmlParser property changed

    Definition Classes
    HtmlProperties
  27. def setHtmlWriter(newWriter: (Node, Writer) ⇒ Unit): HtmlProperties

    Creates a new instance of HtmlProperties with the htmlWriter property changed

    Creates a new instance of HtmlProperties with the htmlWriter property changed

    Definition Classes
    HtmlProperties
  28. def setMaxOpenRequests(maxOpen: Int): HtmlProperties

    Creates a new instance of HtmlProperties with the maxOpenRequests property changed

    Creates a new instance of HtmlProperties with the maxOpenRequests property changed

    Definition Classes
    HtmlProperties
  29. def setUserAgent(newUA: Box[String]): HtmlProperties

    Creates a new instance of HtmlProperties with the userAgent property changed

    Creates a new instance of HtmlProperties with the userAgent property changed

    Definition Classes
    HtmlProperties
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. val userAgent: Box[String]
    Definition Classes
    Html5PropertiesHtmlProperties
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HtmlProperties

Inherited from AnyRef

Inherited from Any

Ungrouped