org.apache.myfaces.shared.renderkit.html
Class HtmlRendererUtils.ScriptContext

java.lang.Object
  extended by org.apache.myfaces.shared.renderkit.html.JavascriptContext
      extended by org.apache.myfaces.shared.renderkit.html.HtmlRendererUtils.ScriptContext
Enclosing class:
HtmlRendererUtils

public static class HtmlRendererUtils.ScriptContext
extends JavascriptContext

The ScriptContext offers methods and fields to help with rendering out a script and keeping a proper formatting.


Constructor Summary
HtmlRendererUtils.ScriptContext()
           
HtmlRendererUtils.ScriptContext(boolean prettyPrint)
           
HtmlRendererUtils.ScriptContext(StringBuffer buf, boolean prettyPrint)
           
 
Method Summary
 
Methods inherited from class org.apache.myfaces.shared.renderkit.html.JavascriptContext
append, append, append, decreaseIndent, getCurrentIndentationLevel, increaseIndent, prettyLine, prettyLineDecreaseIndent, prettyLineIncreaseIndent, setCurrentIndentationLevel, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HtmlRendererUtils.ScriptContext

public HtmlRendererUtils.ScriptContext()

HtmlRendererUtils.ScriptContext

public HtmlRendererUtils.ScriptContext(boolean prettyPrint)

HtmlRendererUtils.ScriptContext

public HtmlRendererUtils.ScriptContext(StringBuffer buf,
                                       boolean prettyPrint)


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.