org.hyperscala

MarkupIntercepting

Related Doc: package hyperscala

class MarkupIntercepting extends Listenable with ChildLike[MarkupIntercepting]

Convenience intercepting of actions in a page.

Linear Supertypes
ChildLike[MarkupIntercepting], Listenable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MarkupIntercepting
  2. ChildLike
  3. Listenable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MarkupIntercepting(parentInterceptor: MarkupIntercepting)

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. val afterRender: StandardHierarchyEventProcessor[Markup]

    Called immediately after rendering of the Markup instance.

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. val beforeRender: InterceptProcessor[Markup] with AncestorProcessor[Markup, Intercept, Intercept] with DescendantProcessor[Markup, Intercept, Intercept]

    Called before rendering of the Markup instance.

  7. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  13. def hierarchicalParent: MarkupIntercepting

    Attributes
    protected
    Definition Classes
    MarkupIntercepting → ChildLike
  14. val init: StandardHierarchyEventProcessor[Markup]

    Called during initialization of the Markup instance.

    Called during initialization of the Markup instance. This occurs only once per instance and immediately before the first rendering.

  15. val initAttribute: StandardHierarchyEventProcessor[PropertyAttribute[_]]

    Called upon initialization of a PropertyAttribute.

  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def listen[Event, Response, Result](name: String, priority: Priority, modes: ListenMode*)(f: (Event) ⇒ Response)(implicit eventManifest: Manifest[Event]): FunctionalListener[Event, Response]

    Definition Classes
    Listenable
  18. val listeners: Listeners

    Definition Classes
    Listenable
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  22. val renderAttribute: RenderAttributeProcessor

    Called upon rendering of a PropertyAttribute.

    Called upon rendering of a PropertyAttribute. Returning Routing.Stop will cause the property not to be rendered.

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

    Definition Classes
    AnyRef
  24. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. val update: StandardHierarchyEventProcessor[Double]

    Called upon update of Page instance with the delta.

  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ChildLike[MarkupIntercepting]

Inherited from Listenable

Inherited from AnyRef

Inherited from Any

Ungrouped