jestr.core
Class ControllerBase
java.lang.Object
jestr.core.StringifierDelegateBase
jestr.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
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 |
ControllerBase
public ControllerBase()
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