Class

org.hyperscala

MarkupIntercepting

Related Doc: package hyperscala

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MarkupIntercepting(parentInterceptor: MarkupIntercepting)

    Permalink

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

    Permalink

    Called immediately after rendering of the Markup instance.

  5. final def asInstanceOf[T0]: T0

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

    Permalink

    Called before rendering of the Markup instance.

  7. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hierarchicalParent: MarkupIntercepting

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

    Permalink

    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[_]]

    Permalink

    Called upon initialization of a PropertyAttribute.

  16. final def isInstanceOf[T0]: Boolean

    Permalink
    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]

    Permalink
    Definition Classes
    Listenable
  18. val listeners: Listeners

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. val renderAttribute: RenderAttributeProcessor

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  24. implicit val thisListenable: Listenable

    Permalink
    Definition Classes
    Listenable
  25. def toString(): String

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

    Permalink

    Called upon update of Page instance with the delta.

  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ChildLike[MarkupIntercepting]

Inherited from Listenable

Inherited from AnyRef

Inherited from Any

Ungrouped