org.beangle.webmvc.dispatch

Dispatcher

Related Doc: package dispatch

class Dispatcher extends GenericServlet with Logging

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

Instance Constructors

  1. new Dispatcher()

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. var actionContextBuilder: ActionContextBuilder

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. var defaultEncoding: String

  8. def destroy(): Unit

    Definition Classes
    Dispatcher → GenericServlet → Servlet
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    GenericServlet → ServletConfig
  15. def getServletConfig(): ServletConfig

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

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

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

    Definition Classes
    GenericServlet → ServletConfig
  19. def handleUnknown(servletPath: String, request: HttpServletRequest, response: HttpServletResponse): Unit

    Attributes
    protected
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def init(config: ServletConfig): Unit

    Definition Classes
    Dispatcher → GenericServlet → Servlet
  22. def init(): Unit

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

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

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

    Definition Classes
    GenericServlet
  26. val logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  27. var mapper: RequestMapper

  28. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  31. var processor: ResourceProcessor

  32. def service(req: ServletRequest, res: ServletResponse): Unit

    Definition Classes
    Dispatcher → GenericServlet → Servlet
  33. var staticPattern: String

  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from GenericServlet

Inherited from Serializable

Inherited from ServletConfig

Inherited from Servlet

Inherited from AnyRef

Inherited from Any

Ungrouped