org.appfuse.webapp.taglib
Class ConstantsTei

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagExtraInfo
      extended byorg.appfuse.webapp.taglib.ConstantsTei

public class ConstantsTei
extends TagExtraInfo

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

Version:
$Revision: 1.1 $ $Date: 2004/03/31 13:04:29 $
Author:
Matt Raible

Constructor Summary
ConstantsTei()
           
 
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, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantsTei

public ConstantsTei()
Method Detail

getVariableInfo

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



Copyright © 2002-2004