org.apache.struts.taglib.bean
Class SizeTei

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

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

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

Version:
$Revision: 1.1 $ $Date: 2001/09/17 20:08:02 $
Author:
Craig R. McClanahan

Fields inherited from class javax.servlet.jsp.tagext.TagExtraInfo
tagInfo
 
Constructor Summary
SizeTei()
           
 
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, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SizeTei

public SizeTei()
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-2001 - Apache Software Foundation