org.apache.struts.taglib.nested.logic

Class 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
Version:
$Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
Since:
Struts 1.1

Method Summary

VariableInfo[]
getVariableInfo(TagData data)
Return information about the scripting variables to be created.

Methods inherited from class org.apache.struts.taglib.logic.IterateTei

getVariableInfo

Method Details

getVariableInfo

public VariableInfo[] getVariableInfo(TagData data)
Return information about the scripting variables to be created.
Overrides:
getVariableInfo in interface IterateTei

Copyright B) 2000-2007 - The Apache Software Foundation