jestr.core
Class ControllerBase

java.lang.Object
  extended byjestr.core.StringifierDelegateBase
      extended byjestr.core.ControllerBase
All Implemented Interfaces:
java.lang.Cloneable, Controller, Prioritized, java.io.Serializable, StringifierDelegate
Direct Known Subclasses:
DefaultController

public abstract class ControllerBase
extends StringifierDelegateBase
implements Controller

See Also:
Serialized Form

Constructor Summary
ControllerBase()
           
 
Method Summary
 java.lang.Integer getPriority()
           
protected  boolean isDepthLimitReached()
           
protected  boolean isTSPreferred()
           
protected  void printCurrentChild()
           
 void setPriority(java.lang.Integer priority)
           
protected  boolean stringifyNatively(java.lang.String[] result)
           
protected  void stringifyNonNatively()
           
 java.lang.String toString()
           
 
Methods inherited from class jestr.core.StringifierDelegateBase
clone, cloneMe, getChildEnumerator, getChildStringifier, getManager, getObject, getOut, getOwner, getRecursiveId, setOwner, setRecursiveId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jestr.Controller
control
 
Methods inherited from interface jestr.StringifierDelegate
clone, cloneMe, getOwner, getRecursiveId, setOwner, setRecursiveId
 

Constructor Detail

ControllerBase

public ControllerBase()
Method Detail

getPriority

public java.lang.Integer getPriority()
Specified by:
getPriority in interface Prioritized

setPriority

public void setPriority(java.lang.Integer priority)
Specified by:
setPriority in interface Prioritized

isDepthLimitReached

protected boolean isDepthLimitReached()

toString

public java.lang.String toString()
Overrides:
toString in class StringifierDelegateBase

isTSPreferred

protected final boolean isTSPreferred()

stringifyNonNatively

protected void stringifyNonNatively()

printCurrentChild

protected void printCurrentChild()

stringifyNatively

protected boolean stringifyNatively(java.lang.String[] result)


Copyright (c) 2001-2003 - Apache Software Foundation