Apache Struts API Documentation: Class MessagesTei

Apache Struts API


org.apache.struts.taglib.html Class MessagesTei

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagExtraInfo
        |
        +--org.apache.struts.taglib.html.MessagesTei

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

Implementation of TagExtraInfo for the messages tag, identifying the scripting object(s) to be made visible.


Fields inherited from class javax.servlet.jsp.tagext.TagExtraInfo
tagInfo
 
Constructor Summary
MessagesTei()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.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, registerNatives, toString, wait, wait, wait
 

Constructor Detail

MessagesTei

public MessagesTei()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Return information about the scripting variables to be created.
Overrides:
getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo


Copyright © 2000-2005 - The Apache Software Foundation