trait JettyContainer extends Container

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JettyContainer
  2. Container
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def servletContextHandler: ServletContextHandler
  2. abstract def start(): Unit
    Attributes
    protected
    Definition Classes
    Container
  3. abstract def stop(): Unit
    Attributes
    protected
    Definition Classes
    Container

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 addFilter(filter: Class[_ <: Filter], path: String, dispatches: EnumSet[DispatcherType]): FilterHolder
  5. def addFilter(filter: Class[_ <: Filter], path: String): FilterHolder
  6. def addFilter(filter: Filter, path: String, dispatches: EnumSet[DispatcherType] = DefaultDispatcherTypes): FilterHolder
  7. def addServlet(servlet: Class[_ <: HttpServlet], path: String): ServletHolder
  8. def addServlet(servlet: HttpServlet, path: String, name: String): Unit
  9. def addServlet(servlet: HttpServlet, path: String): Unit
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def ensureSessionIsSerializable(): Unit
    Attributes
    protected
    Definition Classes
    JettyContainerContainer
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def mount(app: Filter, path: String, dispatches: EnumSet[DispatcherType] = DefaultDispatcherTypes): FilterHolder
  20. def mount(servlet: HttpServlet, path: String, name: String): Unit
  21. def mount(servlet: HttpServlet, path: String): Unit
  22. def mount(klass: Class[_], path: String): Holder[_ >: Servlet with Filter <: AnyRef]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. val resourceBasePath: String
    Definition Classes
    Container
  27. def skipDefaultServlet: Boolean
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Container

Inherited from AnyRef

Inherited from Any

Ungrouped