examples
Class FooTagExtraInfo

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagExtraInfo
      extended byexamples.FooTagExtraInfo

public class FooTagExtraInfo
extends TagExtraInfo


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

FooTagExtraInfo

public FooTagExtraInfo()
Method Detail

getVariableInfo

public VariableInfo[] getVariableInfo(TagData data)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.