org.scalajs.jsenv.phantomjs

PhantomJSEnv

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PhantomJSEnv(phantomjsPath: String = "phantomjs", addArgs: Seq[String] = Seq.empty, addEnv: Map[String, String] = Map.empty, autoExit: Boolean = true, jettyClassLoader: ClassLoader = null)

Type Members

  1. class AbstractExtRunner extends AnyRef

    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 with WebsocketListener

    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. final val additionalArgs: Seq[String]

    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  5. final val additionalEnv: Map[String, String]

    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def asyncRunner(classpath: CompleteClasspath, code: VirtualJSFile, logger: Logger, console: JSConsole): AsyncJSRunner

    Definition Classes
    PhantomJSEnvAsyncJSEnv
  8. val autoExit: Boolean

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def comRunner(classpath: CompleteClasspath, code: VirtualJSFile, logger: Logger, console: JSConsole): ComJSRunner

    Definition Classes
    PhantomJSEnvComJSEnv
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def executable: String

    Command to execute (on shell) for this VM

    Command to execute (on shell) for this VM

    Attributes
    protected
    Definition Classes
    PhantomJSEnvExternalJSEnv
  14. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def htmlEscape(str: String): String

    Attributes
    protected
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def jsRunner(classpath: CompleteClasspath, code: VirtualJSFile, logger: Logger, console: JSConsole): JSRunner

    Prepare a runner for the code in the virtual file.

    Prepare a runner for the code in the virtual file.

    Definition Classes
    PhantomJSEnvJSEnv
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. def vmName: String

    Printable name of this VM

    Printable name of this VM

    Attributes
    protected
    Definition Classes
    PhantomJSEnvExternalJSEnv
  26. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ComJSEnv

Inherited from ExternalJSEnv

Inherited from AsyncJSEnv

Inherited from JSEnv

Inherited from AnyRef

Inherited from Any

Ungrouped