org.tyranid.web

FileUploadSupport

object FileUploadSupport extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. FileUploadSupport
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. case class BodyParams (fileParams: FileMultiParams, formParams: Map[String, List[String]]) extends Product with Serializable

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. val BodyParamsKey : String

  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def checkContext (ctx: WebContext): WebContext

  9. def clone (): AnyRef

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

    Attributes
    final
    Definition Classes
    AnyRef
  11. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def fileItemFactory : FileItemFactory

    Attributes
    protected
  13. def fileItemToString (req: HttpServletRequest, item: FileItem): String

    Converts a file item to a string.

    Converts a file item to a string.

    Browsers tend to be sloppy about providing content type headers with charset information to form-data parts. Worse, browsers are inconsistent about how they encode these parameters.

    The default implementation attempts to use the charset specified on the request. If that is unspecified, and it usually isn't, then it falls back to the kernel's charset.

    Attributes
    protected
  14. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  16. def hashCode (): Int

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

    Attributes
    final
    Definition Classes
    Any
  18. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  19. def newServletFileUpload : ServletFileUpload

    Creates a new file upload handler to parse the request.

    Creates a new file upload handler to parse the request. By default, it creates a ServletFileUpload instance with the file item factory returned by the fileItemFactory method. Override this method to customize properties such as the maximum file size, progress listener, etc.

    returns

    a new file upload handler.

    Attributes
    protected
  20. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  21. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  22. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  23. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any