Class

org.fusesource.scalate.servlet

WrappedResponse

Related Doc: package servlet

Permalink

class WrappedResponse extends HttpServletResponseWrapper

Source
ServletRenderContext.scala
Linear Supertypes
HttpServletResponseWrapper, HttpServletResponse, ServletResponseWrapper, ServletResponse, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WrappedResponse
  2. HttpServletResponseWrapper
  3. HttpServletResponse
  4. ServletResponseWrapper
  5. ServletResponse
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WrappedResponse(response: HttpServletResponse)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrappedResponse to any2stringadd[WrappedResponse] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (WrappedResponse, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrappedResponse to ArrowAssoc[WrappedResponse] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def addCookie(arg0: Cookie): Unit

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
  7. def addDateHeader(arg0: String, arg1: Long): Unit

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
  8. def addHeader(arg0: String, arg1: String): Unit

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
  9. def addIntHeader(arg0: String, arg1: Int): Unit

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def bytes: Array[Byte]

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def containsHeader(arg0: String): Boolean

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
  14. def encodeRedirectURL(arg0: String): String

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
  15. def encodeRedirectUrl(arg0: String): String

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
  16. def encodeURL(arg0: String): String

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
  17. def encodeUrl(arg0: String): String

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
  18. def ensuring(cond: (WrappedResponse) ⇒ Boolean, msg: ⇒ Any): WrappedResponse

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrappedResponse to Ensuring[WrappedResponse] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (WrappedResponse) ⇒ Boolean): WrappedResponse

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrappedResponse to Ensuring[WrappedResponse] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): WrappedResponse

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrappedResponse to Ensuring[WrappedResponse] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): WrappedResponse

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrappedResponse to Ensuring[WrappedResponse] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def flushBuffer(): Unit

    Permalink
    Definition Classes
    ServletResponseWrapper → ServletResponse
    Annotations
    @throws( classOf[java.io.IOException] )
  26. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrappedResponse to StringFormat[WrappedResponse] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. def getBufferSize(): Int

    Permalink
    Definition Classes
    ServletResponseWrapper → ServletResponse
  28. def getCharacterEncoding(): String

    Permalink
    Definition Classes
    ServletResponseWrapper → ServletResponse
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def getContentType(): String

    Permalink
    Definition Classes
    ServletResponseWrapper → ServletResponse
  31. def getLocale(): Locale

    Permalink
    Definition Classes
    ServletResponseWrapper → ServletResponse
  32. def getOutputStream(): ServletOutputStream

    Permalink
    Definition Classes
    WrappedResponse → ServletResponseWrapper → ServletResponse
  33. def getResponse(): ServletResponse

    Permalink
    Definition Classes
    ServletResponseWrapper
  34. def getWriter(): PrintWriter

    Permalink
    Definition Classes
    WrappedResponse → ServletResponseWrapper → ServletResponse
  35. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  36. def isCommitted(): Boolean

    Permalink
    Definition Classes
    ServletResponseWrapper → ServletResponse
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. def output(context: RenderContext, escape: Boolean = false): Unit

    Permalink
  42. def reset(): Unit

    Permalink
    Definition Classes
    ServletResponseWrapper → ServletResponse
  43. def resetBuffer(): Unit

    Permalink
    Definition Classes
    ServletResponseWrapper → ServletResponse
  44. def sendError(arg0: Int): Unit

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
    Annotations
    @throws( classOf[java.io.IOException] )
  45. def sendError(arg0: Int, arg1: String): Unit

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
    Annotations
    @throws( classOf[java.io.IOException] )
  46. def sendRedirect(arg0: String): Unit

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
    Annotations
    @throws( classOf[java.io.IOException] )
  47. def setBufferSize(arg0: Int): Unit

    Permalink
    Definition Classes
    ServletResponseWrapper → ServletResponse
  48. def setCharacterEncoding(arg0: String): Unit

    Permalink
    Definition Classes
    ServletResponseWrapper → ServletResponse
  49. def setContentLength(arg0: Int): Unit

    Permalink
    Definition Classes
    ServletResponseWrapper → ServletResponse
  50. def setContentType(arg0: String): Unit

    Permalink
    Definition Classes
    ServletResponseWrapper → ServletResponse
  51. def setDateHeader(arg0: String, arg1: Long): Unit

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
  52. def setHeader(arg0: String, arg1: String): Unit

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
  53. def setIntHeader(arg0: String, arg1: Int): Unit

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
  54. def setLocale(arg0: Locale): Unit

    Permalink
    Definition Classes
    ServletResponseWrapper → ServletResponse
  55. def setResponse(arg0: ServletResponse): Unit

    Permalink
    Definition Classes
    ServletResponseWrapper
  56. def setStatus(arg0: Int, arg1: String): Unit

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
  57. def setStatus(arg0: Int): Unit

    Permalink
    Definition Classes
    HttpServletResponseWrapper → HttpServletResponse
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  59. def text: String

    Permalink
  60. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. def [B](y: B): (WrappedResponse, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrappedResponse to ArrowAssoc[WrappedResponse] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from HttpServletResponseWrapper

Inherited from HttpServletResponse

Inherited from ServletResponseWrapper

Inherited from ServletResponse

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from WrappedResponse to any2stringadd[WrappedResponse]

Inherited by implicit conversion StringFormat from WrappedResponse to StringFormat[WrappedResponse]

Inherited by implicit conversion Ensuring from WrappedResponse to Ensuring[WrappedResponse]

Inherited by implicit conversion ArrowAssoc from WrappedResponse to ArrowAssoc[WrappedResponse]

Ungrouped