com.monochromeroad.play.xwiki.rendering

XWikiRenderingSystem

class XWikiRenderingSystem extends AnyRef

XWiki Rendering System

It needs to create a XDOM that represents the whole document structure in a memory.

Attributes
abstract
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. XWikiRenderingSystem
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XWikiRenderingSystem (componentManager: XWikiComponentManager, configuration: XWikiRendererConfiguration)

    componentManager

    component manager used by the renderer

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def applyRenderer (xdom: XDOM, syntax: Syntax, printer: WikiPrinter): Unit

    Attributes
    protected
  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def buildXDOM (source: Reader, input: Syntax): XDOM

    Attributes
    protected final
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. val componentManager : XWikiComponentManager

    component manager used by the renderer

    component manager used by the renderer

    Attributes
    protected
  11. val configuration : XWikiRendererConfiguration

    Attributes
    protected
  12. def createRenderer (output: Syntax, printer: WikiPrinter): Renderer

    Attributes
    protected final
  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (arg0: Any): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def hashCode (): Int

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  22. def render (source: Reader, input: Syntax, output: Syntax, printer: WikiPrinter): Unit

    Attributes
    protected
  23. def render (source: Reader, input: Syntax, output: Syntax, transformations: Seq[Transformation], printer: WikiPrinter): Unit

    Attributes
    protected
  24. def renderOnStream (source: Reader, input: Syntax, output: Syntax, printer: WikiPrinter): Unit

    Attributes
    protected
  25. def renderOnXDOM (source: Reader, input: Syntax, output: Syntax, transformations: Seq[Transformation], printer: WikiPrinter): Unit

    Attributes
    protected
  26. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  27. def toString (): String

    Definition Classes
    AnyRef → Any
  28. def transform (xdom: XDOM, syntax: Syntax, transformations: Seq[Transformation]): Unit

    Attributes
    protected final
  29. val transformationForMacro : Transformation

    Attributes
    protected final
  30. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any