com.razie.pub.base

ExecutionContext

class ExecutionContext extends AttrAccessImpl

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExecutionContext
  2. AttrAccessImpl
  3. JavaAttrAccessImpl
  4. ScalaAttrAccessImpl
  5. AttrAccess
  6. ActionContext
  7. ScalaAttrAccess
  8. JavaAttrAccess
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExecutionContext(myStatics: NoStatics)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. lazy val _attrs: HashMap[String, Any]

    Definition Classes
    ScalaAttrAccessImpl
  7. lazy val _order: ListBuffer[String]

    Definition Classes
    ScalaAttrAccessImpl
  8. lazy val _types: HashMap[String, AttrType]

    Definition Classes
    ScalaAttrAccessImpl
  9. def a(name: String): AnyRef

    I'm really starting to hate typing.

    I'm really starting to hate typing... shortcut for getAttr

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  10. def addToUrl(url: String): String

    add these attributes to an url, respecting the url parm format, i.

    add these attributes to an url, respecting the url parm format, i.e. getMovie?name=300.divx&producer=whoknows

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clear(): Unit

    Definition Classes
    ScalaAttrAccessImpl
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def enter(): ExecutionContext

  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. def filter(f: (String, AnyRef) ⇒ Boolean): Iterable[String]

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def foreach(f: (String, AnyRef) ⇒ Unit): Unit

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  20. def get[T](name: String): Option[T]

    returns

    the value of the named attribute or null, coerced into an option of the given type

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  21. def getAttr(name: String): AnyRef

    returns

    the value of the named attribute or null

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  22. def getAttrType(name: String): AttrType

    returns

    the type of the named attribute OR null if not known. Default is by convention String

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def getOrElse(name: String, dflt: AnyRef): AnyRef

    returns

    the value of the named attribute or null

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  25. def getPopulatedAttr(): Iterable[String]

    iterate through the populated attributes.

    iterate through the populated attributes. BE very careful: if you set attrs with NULL values, they are NOT populated!

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  26. def hasAttrType(name: String): Boolean

    check if an attribute is populated

    check if an attribute is populated

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  27. def hashCode(): Int

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

    Definition Classes
    Any
  29. def isPopulated(name: String): Boolean

    check if an attribute is populated

    check if an attribute is populated

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  30. def map[A, B](f: (String, A) ⇒ B): ScalaAttrAccess

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  31. def mapValues[A, B](f: (A) ⇒ B): Seq[B]

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  35. def sa(name: String): String

    most of the time they're just strings - i'll typecast here.

    most of the time they're just strings - i'll typecast here... this is a() typcast to String

    returns

    "" or the actual toString of the respective value

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  36. def set(name: String, v: Any, t: AttrType): Unit

    set the value of the named attribute + the name can be of the form name:type

    set the value of the named attribute + the name can be of the form name:type

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  37. def set(name: String, v: Any): Unit

    set the value of the named attribute + the name can be of the form name:type

    set the value of the named attribute + the name can be of the form name:type

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  38. def setAttr(pairs: <repeated...>[AnyRef]): Unit

    Definition Classes
    JavaAttrAccessImplJavaAttrAccess
  39. def setAttrPair(name: String, value: Any): Unit

    set the value of the named attribute + the name can be of the form name:type

    set the value of the named attribute + the name can be of the form name:type

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  40. def setAttrType(name: String, ttype: AttrType): Unit

    set the type of the named attribute

    set the type of the named attribute

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  41. def setAttrType(name: String, ttype: String): Unit

    Definition Classes
    ScalaAttrAccessImpl
  42. def setLocalAttr(name: String, value: Any): Unit

  43. def sgetOrElse(name: String, dflt: String): String

    Definition Classes
    ScalaAttrAccessImpl
  44. def sgetPopulatedAttr: Iterable[String]

    build from sequence of parm/value pairs or other stuff

    build from sequence of parm/value pairs or other stuff

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  45. def size(): Int

    the number of populated attributes

    the number of populated attributes

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def tempcl(): Unit

    Definition Classes
    ScalaAttrAccessImpl
  48. def tempso(name: String): Unit

    Definition Classes
    ScalaAttrAccessImpl
  49. def toJson(iobj: JSONObject): JSONObject

    add my attributes to the JSONObject passed in.

    add my attributes to the JSONObject passed in. If null passed in, empty object is created first

    returns

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  50. def toPairs(): Array[AnyRef]

    same pairs format name,value,name,value.

    same pairs format name,value,name,value...

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  51. def toString(): String

    Definition Classes
    ScalaAttrAccessImpl → AnyRef → Any
  52. def toXml(): String

    some random xml format

    some random xml format

    Definition Classes
    ScalaAttrAccessImplScalaAttrAccess
  53. def unpopulate(name: String): Unit

    Definition Classes
    ScalaAttrAccessImpl
  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AttrAccessImpl

Inherited from JavaAttrAccessImpl

Inherited from ScalaAttrAccessImpl

Inherited from AttrAccess

Inherited from ActionContext

Inherited from ScalaAttrAccess

Inherited from JavaAttrAccess

Inherited from AnyRef

Inherited from Any

Ungrouped