Class JavascriptContext
java.lang.Object
org.apache.myfaces.renderkit.html.util.JavascriptContext
The ScriptContext offers methods and fields
 to help with rendering out a script and keeping a
 proper formatting.
- 
Constructor SummaryConstructorsConstructorDescriptionJavascriptContext(boolean prettyPrint) JavascriptContext(StringBuilder buf, boolean prettyPrint) 
- 
Method SummaryModifier and TypeMethodDescriptionappend(char c) append(int i) voidlongvoidvoidvoidvoidvoidsetCurrentIndentationLevel(long currentIndentationLevel) toString()
- 
Constructor Details- 
JavascriptContextpublic JavascriptContext()
- 
JavascriptContextpublic JavascriptContext(boolean prettyPrint) 
- 
JavascriptContext
 
- 
- 
Method Details- 
increaseIndentpublic void increaseIndent()
- 
decreaseIndentpublic void decreaseIndent()
- 
prettyLinepublic void prettyLine()
- 
prettyLineIncreaseIndentpublic void prettyLineIncreaseIndent()
- 
prettyLineDecreaseIndentpublic void prettyLineDecreaseIndent()
- 
getCurrentIndentationLevelpublic long getCurrentIndentationLevel()
- 
setCurrentIndentationLevelpublic void setCurrentIndentationLevel(long currentIndentationLevel) 
- 
append
- 
append
- 
append
- 
toString
 
-