Class Renderer.Target

java.lang.Object
com.priint.pubserver.comet.renderer.Renderer.Target
Direct Known Subclasses:
Renderer.DocumentTarget
Enclosing class:
Renderer

public static class Renderer.Target extends Object
The Class Target.
  • Field Details

    • scope

      protected Renderer.Scope scope
      The scope.
    • parent

      protected int parent
      The parent.
  • Method Details

    • document

      public static final Renderer.DocumentTarget document(String documentId, File documentFile)

      Creates a new DocumentTarget denoted by documentId and file.

      Parameters:
      documentId - the ID of this document
      documentFile - the physical document file
      Returns:
      new DocumentTarget object
    • global

      public static final Renderer.Target global()

      Creates a new global Target

      .
      Returns:
      new Target object
    • getScope

      public Renderer.Scope getScope()
      Gets the scope.
      Returns:
      the scope
    • getParent

      public int getParent()
      Gets the parent.
      Returns:
      the parent