org.apache.struts.taglib.bean
Class ParameterTei

java.lang.Object
  extended byTagExtraInfo
      extended byorg.apache.struts.taglib.bean.ParameterTei

public class ParameterTei
extends TagExtraInfo

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

Version:
$Revision: 1.5 $ $Date: 2001/10/04 03:26:44 $
Author:
Craig R. McClanahan
See Also:
Serialized Form

Constructor Summary
ParameterTei()
           
 
Method Summary
 VariableInfo[] getVariableInfo(TagData data)
          Return information about the scripting variables to be created.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterTei

public ParameterTei()
Method Detail

getVariableInfo

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



Copyright © 2000-2004 - Apache Software Foundation