org.appfuse.webapp.taglib
Class ConstantsTei

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagExtraInfo
      extended by org.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.5 $ $Date: 2006-01-29 23:00:13 -0600 (Sun, 29 Jan 2006) $
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
 
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.

Overrides:
getVariableInfo in class TagExtraInfo


Copyright � 2002-2006