org.apache.struts.taglib.bean
Class SizeTei

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagExtraInfo
      extended by org.apache.struts.taglib.bean.SizeTei

public class SizeTei
extends TagExtraInfo

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

Version:
$Rev: 471754 $ $Date: 2004-10-16 12:38:42 -0400 (Sat, 16 Oct 2004) $

Constructor Summary
SizeTei()
           
 
Method Summary
 VariableInfo[] getVariableInfo(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

SizeTei

public SizeTei()
Method Detail

getVariableInfo

public VariableInfo[] getVariableInfo(TagData data)
Return information about the scripting variables to be created.

Overrides:
getVariableInfo in class TagExtraInfo


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.