org.apache.taglibs.xsl
Class ExportTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--org.apache.taglibs.xsl.ExportTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class ExportTag
extends javax.servlet.jsp.tagext.TagSupport

Export the content of the specified JSP bean (in the specified scope) to our output writer, presumably after modifications have been completed.

Version:
$Revision: 1.1 $ $Date: 2000/07/03 19:30:00 $
Author:
Craig R. McClanahan
See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ExportTag()
           
 
Method Summary
 int doStartTag()
          Export the contents of the specified JSP bean in the specified scope to our output writer.
 java.lang.String getName()
           
 java.lang.String getScope()
           
 void setName(java.lang.String name)
           
 void setScope(java.lang.String scope)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportTag

public ExportTag()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getScope

public java.lang.String getScope()

setScope

public void setScope(java.lang.String scope)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Export the contents of the specified JSP bean in the specified scope to our output writer.
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException - if a JSP error occurs


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.