public static class HtmlRendererUtils.ScriptContext extends Object
Constructor and Description |
---|
HtmlRendererUtils.ScriptContext() |
HtmlRendererUtils.ScriptContext(boolean prettyPrint) |
HtmlRendererUtils.ScriptContext(StringBuffer buf,
boolean prettyPrint) |
Modifier and Type | Method and Description |
---|---|
HtmlRendererUtils.ScriptContext |
append(char c) |
HtmlRendererUtils.ScriptContext |
append(String str) |
void |
decreaseIndent() |
long |
getCurrentIndentationLevel() |
void |
increaseIndent() |
void |
prettyLine() |
void |
prettyLineDecreaseIndent() |
void |
prettyLineIncreaseIndent() |
void |
setCurrentIndentationLevel(long currentIndentationLevel) |
String |
toString() |
public HtmlRendererUtils.ScriptContext()
public HtmlRendererUtils.ScriptContext(boolean prettyPrint)
public HtmlRendererUtils.ScriptContext(StringBuffer buf, boolean prettyPrint)
public void increaseIndent()
public void decreaseIndent()
public void prettyLine()
public void prettyLineIncreaseIndent()
public void prettyLineDecreaseIndent()
public long getCurrentIndentationLevel()
public void setCurrentIndentationLevel(long currentIndentationLevel)
public HtmlRendererUtils.ScriptContext append(String str)
public HtmlRendererUtils.ScriptContext append(char c)
Copyright © 2013 Apache Software Foundation. All Rights Reserved.