Packages

class PhantomJSEnv extends ExternalJSEnv with ComJSEnv

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PhantomJSEnv
  2. ComJSEnv
  3. ExternalJSEnv
  4. AsyncJSEnv
  5. JSEnv
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PhantomJSEnv()
  2. new PhantomJSEnv(config: Config)
  3. new PhantomJSEnv(executable: String = "phantomjs", args: Seq[String] = Seq.empty, env: Map[String, String] = Map.empty, autoExit: Boolean = true, jettyClassLoader: ClassLoader = null)
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.18) Use the overload with a PhantomJSEnv.Config.

Type Members

  1. class AbstractExtRunner extends JSInitFiles
    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  2. trait AbstractPhantomRunner extends AbstractExtRunner
    Attributes
    protected
  3. class AsyncExtRunner extends AbstractExtRunner with AsyncJSRunner
    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  4. class AsyncPhantomRunner extends AsyncExtRunner with AbstractPhantomRunner
    Attributes
    protected
  5. class ComPhantomRunner extends AsyncPhantomRunner with ComJSRunner
    Attributes
    protected
  6. class ExtRunner extends AbstractExtRunner with JSRunner
    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  7. class PhantomRunner extends ExtRunner with AbstractPhantomRunner
    Attributes
    protected

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 args: Seq[String]
    Attributes
    protected
    Definition Classes
    PhantomJSEnv → ExternalJSEnv
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asyncRunner(files: Seq[VirtualJSFile]): AsyncJSRunner
    Definition Classes
    PhantomJSEnv → AsyncJSEnv
  7. val autoExit: Boolean
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def comRunner(files: Seq[VirtualJSFile]): ComJSRunner
    Definition Classes
    PhantomJSEnv → ComJSEnv
  10. def customInitFiles(): Seq[VirtualJSFile]
    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  11. def env: Map[String, String]
    Attributes
    protected
    Definition Classes
    PhantomJSEnv → ExternalJSEnv
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. val executable: String
    Attributes
    protected
    Definition Classes
    PhantomJSEnv → ExternalJSEnv
  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
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def htmlEscape(str: String): String
    Attributes
    protected
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def jsRunner(files: Seq[VirtualJSFile]): JSRunner
    Definition Classes
    PhantomJSEnv → JSEnv
  21. def name: String
    Definition Classes
    ExternalJSEnv → JSEnv
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def vmName: String
    Attributes
    protected
    Definition Classes
    PhantomJSEnv → ExternalJSEnv
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ComJSEnv

Inherited from ExternalJSEnv

Inherited from AsyncJSEnv

Inherited from JSEnv

Inherited from AnyRef

Inherited from Any

Ungrouped