org.apache.myfaces.tobago.taglib.component
Class ScriptTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.myfaces.tobago.taglib.component.ScriptTag
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, JspTag, Tag
public abstract class ScriptTag
- extends BodyTagSupport
This tag add client side script to the rendered page.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptTag
public ScriptTag()
isFileSet
public abstract boolean isFileSet()
getFileValue
public abstract String getFileValue()
isOnloadSet
public abstract boolean isOnloadSet()
getOnloadValue
public abstract String getOnloadValue()
isOnunloadSet
public abstract boolean isOnunloadSet()
getOnunloadValue
public abstract String getOnunloadValue()
isOnexitSet
public abstract boolean isOnexitSet()
getOnexitValue
public abstract String getOnexitValue()
isOnsubmitSet
public abstract boolean isOnsubmitSet()
getOnsubmitValue
public abstract String getOnsubmitValue()
doEndTag
public int doEndTag()
throws JspException
- Specified by:
doEndTag in interface Tag- Overrides:
doEndTag in class BodyTagSupport
- Throws:
JspException
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag in interface Tag- Overrides:
doStartTag in class BodyTagSupport
- Throws:
JspException
Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.