org.scalatra

servlet

package servlet

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

Type Members

  1. trait AsyncSupport extends ServletBase with ScalatraAsyncSupport

  2. trait AttributesMap extends Map[String, Any] with MutableMapWithIndifferentAccess[Any]

    Adapts attributes from servlet objects (e.

  3. case class FileItem(part: Part) extends Product with Serializable

  4. class FileMultiParams extends Map[String, Seq[FileItem]]

  5. trait FileUploadSupport extends ServletBase with HasMultipartConfig

    FileUploadSupport can be mixed into a org.scalatra.ScalatraFilter or org.scalatra.ScalatraServlet to provide easy access to data submitted as part of a multipart HTTP request.

  6. case class HttpServletRequestReadOnly(originalRequest: HttpServletRequest) extends HttpServletRequestWrapper with Product with Serializable

    Read-only immutable wrapper for an HttpServletRequest that can, for the most part, be passed around to different threads.

  7. case class RichRequest(r: HttpServletRequest) extends AttributesMap with Product with Serializable

  8. case class RichResponse(res: HttpServletResponse) extends Product with Serializable

  9. case class RichServletContext(sc: ServletContext) extends AttributesMap with Product with Serializable

    Extension methods to the standard ServletContext.

  10. case class RichSession(session: HttpSession) extends AttributesMap with Product with Serializable

    Extension methods to the standard HttpSession.

  11. class ScalatraListener extends ServletContextListener

  12. trait ServletApiImplicits extends AnyRef

  13. trait ServletBase extends ScalatraBase with SessionSupport with Initializable

    ServletBase implements the Scalatra DSL with the Servlet API, and can be a base trait of a Servlet or a Filter.

  14. class SizeConstraintExceededException extends Exception

Value Members

  1. object AsyncSupport

  2. object FileMultiParams

  3. object FileUploadSupport

  4. object RichRequest extends Serializable

  5. object ScalatraListener

  6. object ServletApiImplicits extends ServletApiImplicits

  7. object Util

Inherited from AnyRef

Inherited from Any

Ungrouped