public class

UIScript

extends UIComponentBase
java.lang.Object
   ↳ javax.faces.component.UIComponent
     ↳ javax.faces.component.UIComponentBase
       ↳ org.apache.myfaces.tobago.component.UIScript

Class Overview

This tag add client side script to the rendered page. UIComponent class, generated from template component1.2.stg with class org.apache.myfaces.tobago.internal.taglib.component.ScriptTagDeclaration.

Summary

Constants
String COMPONENT_FAMILY
String COMPONENT_TYPE
[Expand]
Inherited Fields
From class javax.faces.component.UIComponent
Public Constructors
UIScript()
Public Methods
String getFamily()
String getFile()
String getOnexit()
String getOnload()
String getOnsubmit()
String getOnunload()
String getScript()
void restoreState(FacesContext context, Object componentState)
Object saveState(FacesContext context)
void setFile(String file)
void setOnexit(String onexit)
void setOnload(String onload)
void setOnsubmit(String onsubmit)
void setOnunload(String onunload)
void setScript(String script)
[Expand]
Inherited Methods
From class javax.faces.component.UIComponentBase
From class javax.faces.component.UIComponent
From class java.lang.Object
From interface javax.faces.component.StateHolder

Constants

public static final String COMPONENT_FAMILY

Constant Value: "org.apache.myfaces.tobago.Script"

public static final String COMPONENT_TYPE

Constant Value: "org.apache.myfaces.tobago.Script"

Public Constructors

public UIScript ()

Public Methods

public String getFamily ()

public String getFile ()

public String getOnexit ()

public String getOnload ()

public String getOnsubmit ()

public String getOnunload ()

public String getScript ()

public void restoreState (FacesContext context, Object componentState)

public Object saveState (FacesContext context)

public void setFile (String file)

public void setOnexit (String onexit)

public void setOnload (String onload)

public void setOnsubmit (String onsubmit)

public void setOnunload (String onunload)

public void setScript (String script)