org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.jsLibs
Class PanelBorderIE6Scriptlet

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.jsLibs.Scriptlet
      extended by org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.jsLibs.PanelBorderIE6Scriptlet

public class PanelBorderIE6Scriptlet
extends Scriptlet


Method Summary
 java.lang.Object getScriptletKey()
          Returns the key that uniquely identifies the scriptlet.
protected  void outputScriptletContent(javax.faces.context.FacesContext context, org.apache.myfaces.trinidad.context.RenderingContext rc)
          Outputs the content of the scriptlet - the text or attributes between the script elements.
static Scriptlet sharedInstance()
           
 
Methods inherited from class org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.jsLibs.Scriptlet
embedInScriptTag, embedInScriptTagImpl, outputDependency, outputScriptlet, outputScriptletImpl, registerSelf, registerSelfWithKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sharedInstance

public static Scriptlet sharedInstance()

getScriptletKey

public java.lang.Object getScriptletKey()
Description copied from class: Scriptlet
Returns the key that uniquely identifies the scriptlet.

Specified by:
getScriptletKey in class Scriptlet

outputScriptletContent

protected void outputScriptletContent(javax.faces.context.FacesContext context,
                                      org.apache.myfaces.trinidad.context.RenderingContext rc)
                               throws java.io.IOException
Description copied from class: Scriptlet
Outputs the content of the scriptlet - the text or attributes between the script elements.

Specified by:
outputScriptletContent in class Scriptlet
Throws:
java.io.IOException


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