org.specs2.spring

web

package web

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractRR[B <: WebObjectBody] extends AnyRef

    Abstract class that simplifies "standard" HTTP request processing

  2. class JspCapableMockHttpServletRequest extends MockHttpServletRequest

  3. class MultipleFormsException extends RequestConstructionException

  4. class NoFormException extends RequestConstructionException

  5. class Raw extends AbstractRR[RawWebObjectBody]

    Raw implementation of the HTTP response processing

  6. class RawWebObjectBody extends WebObjectBody

    Raw implementation of the HTTP web object body, with the payload as byte array

  7. class RequestConstructionException extends Exception

  8. trait Requestable extends AnyRef

    Identifies objects that can modify the {{MockHttpServletRequest}}

  9. trait Specification extends Specification

    The Spring-based web application testing trait.

  10. class WebContextConfiguration extends Annotation with Annotation with ClassfileAnnotation

  11. class WebObject[B <: WebObjectBody] extends AnyRef

    Represents processed and pre-chewed HttpServletResponse so that you can write meaningful code in your examples.

  12. abstract class WebObjectBody extends AnyRef

    Models the body of the WebObject--it is the chewed-over response bytes

  13. class WebTestContextCreationException extends NestedRuntimeException

  14. class Xhtml extends AbstractRR[XhtmlWebObjectBody]

    XHTML response object that returns {{XHtmlWebObjectBody}} from the body of the response.

  15. class XhtmlWebObjectBody extends WebObjectBody with Requestable

    Response body that assumes that the body is the XHTML of the returned page.

Value Members

  1. object Raw extends AnyRef

    Raw companion object for no-operation parser

  2. object Specification extends AnyRef

    Specification object defining the {{RR}} case class, which carries the {{request}} and an operation that turns the {{request}} into a {{response}}

  3. object Xhtml extends AnyRef

    XHTML response companion object

  4. package webobject