org.apache.taglibs.regexp
Class SplitTEI

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagExtraInfo
      extended byorg.apache.taglibs.regexp.SplitTEI

public class SplitTEI
extends javax.servlet.jsp.tagext.TagExtraInfo

TagExtraInfo for split tag, allows use of standard <jsp:getProperty/> with the split tag script variable id.

Author:
Glenn Nielsen
See Also:
SplitTag

Constructor Summary
SplitTEI()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
           
 
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

SplitTEI

public SplitTEI()
Method Detail

getVariableInfo

public final javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.