org.beangle.commons.activation

MimeTypes

Related Doc: package activation

object MimeTypes

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MimeTypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. val All: MimeType

  5. val ApplicationAtomXml: MimeType

  6. val ApplicationFormUrlencoded: MimeType

  7. val ApplicationJson: MimeType

  8. val ApplicationJsonApi: MimeType

  9. val ApplicationOctetStream: MimeType

  10. val ApplicationXhtmlXml: MimeType

  11. val ApplicationXml: MimeType

  12. val ImageGif: MimeType

  13. val ImageJpeg: MimeType

  14. val ImagePng: MimeType

  15. val MultipartFormData: MimeType

  16. val TextCsv: MimeType

  17. val TextHtml: MimeType

  18. val TextJavaScript: MimeType

  19. val TextPlain: MimeType

  20. val TextXml: MimeType

  21. def apply(mimeType: String): MimeType

  22. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  23. def buildMimeTypes(resources: Resources): Map[String, MimeType]

  24. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def mimeTypeResources: Resources

  32. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  35. def parse(str: String): Seq[MimeType]

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped