org.apache.taglibs.xsl
Class ImportTag

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

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

Import the content of the specified page, and assign it (as a String) to the specified scripting variable in the specified scope.

Version:
$Revision: 1.1 $ $Date: 2000/07/03 19:30:03 $
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
ImportTag()
           
 
Method Summary
 int doStartTag()
          Import the specified page and assign it to the specified bean in the specified scope.
 java.lang.String getId()
           
 java.lang.String getPage()
           
 java.lang.String getScope()
           
 void setId(java.lang.String id)
           
 void setPage(java.lang.String page)
           
 void setScope(java.lang.String scope)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, findAncestorWithClass, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportTag

public ImportTag()
Method Detail

getId

public java.lang.String getId()
Overrides:
getId in class javax.servlet.jsp.tagext.TagSupport

setId

public void setId(java.lang.String id)
Overrides:
setId in class javax.servlet.jsp.tagext.TagSupport

getPage

public java.lang.String getPage()

setPage

public void setPage(java.lang.String page)

getScope

public java.lang.String getScope()

setScope

public void setScope(java.lang.String scope)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Import the specified page and assign it to the specified bean in the specified scope.
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.