org.apache.taglibs.regexp
Class MatchTEI

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagExtraInfo
      extended by org.apache.taglibs.regexp.MatchTEI

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

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

Author:
Glenn Nielsen
See Also:
MatchTag

Constructor Summary
MatchTEI()
           
 
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

MatchTEI

public MatchTEI()
Method Detail

getVariableInfo

public final javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Overrides:
getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo


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