Class Renderer.Target
java.lang.Object
com.priint.pubserver.comet.renderer.Renderer.Target
- Direct Known Subclasses:
Renderer.DocumentTarget
- Enclosing class:
- Renderer
The Class Target.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final Renderer.DocumentTargetCreates a newDocumentTargetdenoted by documentId and file.intGets the parent.getScope()Gets the scope.static final Renderer.Targetglobal()Creates a new globalTarget
-
Field Details
-
scope
The scope. -
parent
protected int parentThe parent.
-
-
Method Details
-
document
Creates a new
DocumentTargetdenoted by documentId and file.- Parameters:
documentId- the ID of this documentdocumentFile- the physical document file- Returns:
- new DocumentTarget object
-
global
Creates a new global
.Target- Returns:
- new Target object
-
getScope
Gets the scope.- Returns:
- the scope
-
getParent
public int getParent()Gets the parent.- Returns:
- the parent
-