net.liftweb.http

OldHtmlProperties

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

This set of properties is based on Lift's current XHTML support

Linear Supertypes
Serializable, Serializable, Product, Equals, HtmlProperties, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OldHtmlProperties
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HtmlProperties
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. 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
    OldHtmlPropertiesHtmlProperties
  9. def docType: Box[String]

    If you want to change the DocType header, override this method rather than using setDocType.

    If you want to change the DocType header, override this method rather than using setDocType.

    Definition Classes
    OldHtmlPropertiesHtmlProperties
  10. 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
    OldHtmlPropertiesHtmlProperties
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. val html5FormsSupport: Boolean

    Are there HTML5 forms support?

    Are there HTML5 forms support?

    Definition Classes
    OldHtmlPropertiesHtmlProperties
  15. 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
    OldHtmlPropertiesHtmlProperties
  16. def htmlParser: (InputStream) ⇒ Box[NodeSeq]

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

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

    Definition Classes
    OldHtmlPropertiesHtmlProperties
  17. 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
    OldHtmlPropertiesHtmlProperties
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. val maxOpenRequests: Int

    What is the maximum number of open HTTP requests.

    What is the maximum number of open HTTP requests.

    Definition Classes
    OldHtmlPropertiesHtmlProperties
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. 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
  24. 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
  25. 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
  26. 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
  27. 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
  28. 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
  29. 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
  30. 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
  31. 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
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. val userAgent: Box[String]

    What's the UserAgent that was used to create this HtmlChoice

    What's the UserAgent that was used to create this HtmlChoice

    Definition Classes
    OldHtmlPropertiesHtmlProperties
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. 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