org.apache.struts.taglib.bean
Class IncludeTei
java.lang.Object
javax.servlet.jsp.tagext.TagExtraInfo
org.apache.struts.taglib.bean.IncludeTei
public class IncludeTei
- extends javax.servlet.jsp.tagext.TagExtraInfo
Implementation of TagExtraInfo
for the include tag,
identifying the scripting object(s) to be made visible.
- Version:
- $Rev: 471754 $ $Date: 2004-10-16 12:38:42 -0400 (Sat, 16 Oct 2004)
$
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, toString, wait, wait, wait |
IncludeTei
public IncludeTei()
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-2011 Apache Software Foundation. All Rights Reserved.