org.apache.taglibs.mailer
Class ErrorTEI

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagExtraInfo
      extended byorg.apache.taglibs.mailer.ErrorTEI

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

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

Author:
Rich Catlett
See Also:
ErrorTag

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

ErrorTEI

public ErrorTEI()
Method Detail

getVariableInfo

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


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