Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

JSystem.FastTemplate
Class LiteralControl  view LiteralControl download LiteralControl.java

java.lang.Object
  extended byJSystem.FastTemplate.Control
      extended byJSystem.FastTemplate.LiteralControl
All Implemented Interfaces:
java.io.Serializable

class LiteralControl
extends Control


Field Summary
 BlockControl BlockParent
           
 ControlCollection Controls
           
 java.lang.String handle
           
 Control Parent
           
private  java.lang.String text
           
 
Constructor Summary
LiteralControl()
          Creates a new instance of LiteralControl
LiteralControl(java.lang.String text)
           
 
Method Summary
 boolean hasControls()
           
protected  void render(java.io.PrintWriter out)
           
protected  void renderChildren(java.io.PrintWriter out)
           
 void renderControl(java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

private java.lang.String text

handle

public java.lang.String handle

Parent

public Control Parent

BlockParent

public BlockControl BlockParent

Controls

public ControlCollection Controls
Constructor Detail

LiteralControl

public LiteralControl()
Creates a new instance of LiteralControl


LiteralControl

public LiteralControl(java.lang.String text)
Method Detail

render

protected void render(java.io.PrintWriter out)
Overrides:
render in class Control

renderControl

public void renderControl(java.io.PrintWriter out)

renderChildren

protected void renderChildren(java.io.PrintWriter out)

hasControls

public boolean hasControls()