org.apache.struts.taglib.bean
Class DefineTei

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagExtraInfo
        |
        +--org.apache.struts.taglib.bean.DefineTei

public class DefineTei
extends javax.servlet.jsp.tagext.TagExtraInfo

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

Version:
$Revision: 1.1 $ $Date$
Author:
Craig R. McClanahan

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagExtraInfo
 
Constructor Summary
DefineTei()
           
 
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

DefineTei

public DefineTei()
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-2003 - Apache Software Foundation