org.apache.myfaces.shared_tomahawk.renderkit.html
Class HtmlRendererUtils.ScriptContext
java.lang.Object
   org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRendererUtils.ScriptContext
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRendererUtils.ScriptContext
- Enclosing class:
- HtmlRendererUtils
- public static class HtmlRendererUtils.ScriptContext 
- extends Object
The ScriptContext offers methods and fields
 to help with rendering out a script and keeping a
 proper formatting.
 
 
 
HtmlRendererUtils.ScriptContext
public HtmlRendererUtils.ScriptContext()
HtmlRendererUtils.ScriptContext
public HtmlRendererUtils.ScriptContext(boolean prettyPrint)
HtmlRendererUtils.ScriptContext
public HtmlRendererUtils.ScriptContext(StringBuffer buf,
                                       boolean prettyPrint)
increaseIndent
public void increaseIndent()
- 
 
decreaseIndent
public void decreaseIndent()
- 
 
prettyLine
public void prettyLine()
- 
 
prettyLineIncreaseIndent
public void prettyLineIncreaseIndent()
- 
 
prettyLineDecreaseIndent
public void prettyLineDecreaseIndent()
- 
 
getCurrentIndentationLevel
public long getCurrentIndentationLevel()
- 
 
setCurrentIndentationLevel
public void setCurrentIndentationLevel(long currentIndentationLevel)
- 
 
append
public HtmlRendererUtils.ScriptContext append(String str)
- 
 
append
public HtmlRendererUtils.ScriptContext append(char c)
- 
 
append
public HtmlRendererUtils.ScriptContext append(int i)
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.