BEA Systems, Inc.

com.beasys.commerce.axiom.tags
Class ForEachInArrayTagExtraInfo

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagExtraInfo
        |
        +--com.beasys.commerce.axiom.tags.ForEachInArrayTagExtraInfo

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

The tag extra info for the ForEachInArrayTag.

This will specify a script variable named from the id attribute of type object and a script variable named from the counterId attribute of type Integer.


Fields inherited from class javax.servlet.jsp.tagext.TagExtraInfo
tagInfo
 
Constructor Summary
ForEachInArrayTagExtraInfo()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
          Get the tag attribute name/type/variable 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

ForEachInArrayTagExtraInfo

public ForEachInArrayTagExtraInfo()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Get the tag attribute name/type/variable data.
Overrides:
getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo
Returns:
Initialized array of attribute variable data.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved