org.apache.struts.taglib.nested.logic
クラス NestedIterateTei

java.lang.Object
  拡張javax.servlet.jsp.tagext.TagExtraInfo
      拡張org.apache.struts.taglib.logic.IterateTei
          拡張org.apache.struts.taglib.nested.logic.NestedIterateTei

public class NestedIterateTei
extends IterateTei

NestedIterateTei Extending the original tag's tei class, so that we can make the "id" attribute optional, so that those who want to script can add it if they need it otherwise we can maintain the nice lean tag markup. TODO - Look at deleting this class. Potentially a pointless existance now that the super class is towing the line. Left alone because it's not hurting anything as-is. Note: When done, it requires pointing the tei reference in the struts-nested.tld to org.apache.struts.taglib.logic.IterateTei

導入されたバージョン:
Struts 1.1
バージョン:
$Revision: 1.1 $ $Date: 2004/10/20 03:26:42 $

フィールドの概要
 
クラス javax.servlet.jsp.tagext.TagExtraInfo から継承したフィールド
 
コンストラクタの概要
NestedIterateTei()
           
 
メソッドの概要
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
          Return information about the scripting variables to be created.
 
クラス javax.servlet.jsp.tagext.TagExtraInfo から継承したメソッド
getTagInfo, isValid, setTagInfo
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NestedIterateTei

public NestedIterateTei()
メソッドの詳細

getVariableInfo

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

オーバーライド:
クラス IterateTei 内の getVariableInfo


このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2004 - Apache Software Foundation