razie

base

package base

Visibility
  1. Public
  2. All

Type Members

  1. trait ActionContext extends ScalaAttrAccess

    actions execute in a context of objects available at that time in that environment.

  2. class ActionItem extends Cloneable

  3. trait AttrAccess extends ActionContext

    simple attribute access interface and implementation - a bunch of name-value pairs with many different constructors - everything these days has attributes.

  4. class AttrAccessImpl extends JavaAttrAccessImpl

  5. case class AttrSpec(name: String, sample: String = "", defaultValue: String = "", attrType: AttrType = AttrType.STRING) extends Product with Serializable

  6. class AttrType extends Enum[AttrType]

  7. trait HasAttrAccess extends AnyRef

    to avoid proxying the thing - although that way may be cleaner?

  8. trait IActionable extends AnyRef

    the simplest interface for an actionable.

  9. trait JavaAttrAccess extends AnyRef

  10. class JavaAttrAccessImpl extends ScalaAttrAccessImpl with AttrAccess

  11. trait ScalaAttrAccess extends JavaAttrAccess

    simple attribute access interface and implementation - a bunch of name-value pairs with many different constructors - everything these days has attributes.

  12. abstract class ScalaAttrAccessImpl extends AttrAccess

    simple base implementation

Value Members

  1. object AttrSpec extends Serializable

  2. object ScalaAttrAccessImpl

  3. package data

  4. package life

  5. package scripting

Ungrouped