org.apache.myfaces.tobago.taglib.component
Class ScriptTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by 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

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ScriptTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
abstract  String getFileValue()
           
abstract  String getOnexitValue()
           
abstract  String getOnloadValue()
           
abstract  String getOnsubmitValue()
           
abstract  String getOnunloadValue()
           
abstract  boolean isFileSet()
           
abstract  boolean isOnexitSet()
           
abstract  boolean isOnloadSet()
           
abstract  boolean isOnsubmitSet()
           
abstract  boolean isOnunloadSet()
           
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

ScriptTag

public ScriptTag()
Method Detail

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.