org.apache.taglibs.xsl
Class ImportTei

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagExtraInfo
        |
        +--org.apache.taglibs.xsl.ImportTei

public final class ImportTei
extends javax.servlet.jsp.tagext.TagExtraInfo

Implementation of TagExtraInfo for the import tag, identifying the scripting object(s) to be made visible.

Version:
$Revision: 1.1 $ $Date: 2000/07/03 19:30:03 $
Author:
Craig R. McClanahan

Constructor Summary
ImportTei()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
          Return information about the scripting variables to be created.
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportTei

public ImportTei()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Return information about the scripting variables to be created.
Overrides:
getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.