surf.rest.servlet

RESTServlet

Related Docs: object RESTServlet | package servlet

abstract class RESTServlet extends Base

Linear Supertypes
Base, HttpServlet, GenericServlet, Serializable, ServletConfig, Servlet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RESTServlet
  2. Base
  3. HttpServlet
  4. GenericServlet
  5. Serializable
  6. ServletConfig
  7. Servlet
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RESTServlet()

Abstract Value Members

  1. implicit abstract def handlerRef: ServiceRefFactory

    Factory used to create ServiceRefS

    Factory used to create ServiceRefS

    Definition Classes
    Base
  2. abstract def root: RESTResource

    The root of the resource tree handled by this servlet

    The root of the resource tree handled by this servlet

    Definition Classes
    Base

Concrete 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. def annotations(req: HttpServletRequest): Option[Map[String, Any]]

    Returns a Map of annotations to be added to the Request, or None.

    Returns a Map of annotations to be added to the Request, or None.

    req

    Definition Classes
    Base
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def destroy(): Unit

    Definition Classes
    GenericServlet → Servlet
  8. def doDelete(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  9. final def doGet(req: HttpServletRequest, resp: HttpServletResponse): Unit

    Definition Classes
    Base → HttpServlet
  10. def doHead(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  11. def doOptions(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  12. final def doPost(req: HttpServletRequest, resp: HttpServletResponse): Unit

    Definition Classes
    Base → HttpServlet
  13. final def doPut(req: HttpServletRequest, resp: HttpServletResponse): Unit

    Definition Classes
    Base → HttpServlet
  14. def doTrace(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  19. def getInitParameter(arg0: String): String

    Definition Classes
    GenericServlet → ServletConfig
  20. def getInitParameterNames(): Enumeration[String]

    Definition Classes
    GenericServlet → ServletConfig
  21. def getLastModified(arg0: HttpServletRequest): Long

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
  22. def getResource(req: HttpServletRequest): Option[RESTResource]

    Attributes
    protected
    Definition Classes
    Base
  23. def getServletConfig(): ServletConfig

    Definition Classes
    GenericServlet → Servlet
  24. def getServletContext(): ServletContext

    Definition Classes
    GenericServlet → ServletConfig
  25. def getServletInfo(): String

    Definition Classes
    GenericServlet → Servlet
  26. def getServletName(): String

    Definition Classes
    GenericServlet → ServletConfig
  27. def handleRequest(req: HttpServletRequest, resp: HttpServletResponse)(f: (RESTResource) ⇒ Request): Unit

    Attributes
    protected
    Definition Classes
    RESTServletBase
  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. def init(): Unit

    Definition Classes
    GenericServlet
    Annotations
    @throws( ... )
  30. def init(arg0: ServletConfig): Unit

    Definition Classes
    GenericServlet → Servlet
    Annotations
    @throws( ... )
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. def log(arg0: String, arg1: Throwable): Unit

    Definition Classes
    GenericServlet
  33. def log(arg0: String): Unit

    Definition Classes
    GenericServlet
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  37. final def params(req: HttpServletRequest): Map[String, Array[String]]

    Returns a map with all parameters set on the specified request.

    Returns a map with all parameters set on the specified request.

    Definition Classes
    Base
  38. def service(arg0: ServletRequest, arg1: ServletResponse): Unit

    Definition Classes
    HttpServlet → GenericServlet → Servlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  39. def service(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Base

Inherited from HttpServlet

Inherited from GenericServlet

Inherited from Serializable

Inherited from ServletConfig

Inherited from Servlet

Inherited from AnyRef

Inherited from Any

Ungrouped