BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogicx.jsp.tags
Class RepeatTagInfo

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagExtraInfo
        |
        +--weblogicx.jsp.tags.RepeatTagInfo

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

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
RepeatTagInfo()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
          Define a nested variable for the ResultSet.
 boolean isValid(javax.servlet.jsp.tagext.TagData data)
          No further checks.
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, setTagInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatTagInfo

public RepeatTagInfo()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Define a nested variable for the ResultSet.

Overrides:
getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo

isValid

public boolean isValid(javax.servlet.jsp.tagext.TagData data)
No further checks.

Overrides:
isValid in class javax.servlet.jsp.tagext.TagExtraInfo

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.