Object/Class

org.hyperscala.web

Scope

Related Docs: class Scope | package web

Permalink

object Scope extends Enumerated[Scope] with Serializable

Linear Supertypes
Serializable, Serializable, Enumerated[Scope], Enum[Scope], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Scope
  2. Serializable
  3. Serializable
  4. Enumerated
  5. Enum
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Application extends Scope with Product with Serializable

    Permalink

    Defines a single instance that is shared across all sessions, users, and browsers.

  5. object Page extends Scope with Product with Serializable

    Permalink

    Works like Request in that a new instance is created for every request.

    Works like Request in that a new instance is created for every request. However, the page is cached temporarily to allow real-time communication with it.

  6. object Request extends Scope with Product with Serializable

    Permalink

    A new instance is created for every request.

    A new instance is created for every request. No caching.

  7. object Session extends Scope with Product with Serializable

    Permalink

    Defines an instance per browser session.

  8. def apply(name: String): Scope

    Permalink
    Definition Classes
    Enumerated
  9. def apply(index: Int): Scope

    Permalink
    Definition Classes
    Enumerated
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. macro def findValues: Set[Scope]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  16. def get(name: String, caseSensitive: Boolean): Option[Scope]

    Permalink
    Definition Classes
    Enumerated
  17. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. lazy val length: Int

    Permalink
    Definition Classes
    Enumerated
  21. final lazy val lowerCaseNamesToValuesMap: Map[String, Scope]

    Permalink
    Definition Classes
    Enum
  22. final lazy val namesToValuesMap: Map[String, Scope]

    Permalink
    Definition Classes
    Enum
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def random: Scope

    Permalink
    Definition Classes
    Enumerated
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. def unapply(s: String): Option[Scope]

    Permalink
    Definition Classes
    Enumerated
  30. val values: Vector[Scope]

    Permalink
    Definition Classes
    Scope → Enumerated → Enum
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withName(name: String): Scope

    Permalink
    Definition Classes
    Enum
  35. def withNameInsensitiveOption(name: String): Option[Scope]

    Permalink
    Definition Classes
    Enum
  36. def withNameOption(name: String): Option[Scope]

    Permalink
    Definition Classes
    Enum

Inherited from Serializable

Inherited from Serializable

Inherited from Enumerated[Scope]

Inherited from Enum[Scope]

Inherited from AnyRef

Inherited from Any

Ungrouped