BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogicx.jsp.tags
Class KeyEnumerator

java.lang.Object
  |
  +--weblogicx.jsp.tags.KeyEnumerator

public class KeyEnumerator
extends java.lang.Object

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

Constructor Summary
KeyEnumerator(java.lang.String key)
           
 
Method Summary
 java.lang.String getKeyScope()
           
 java.lang.String getNextKey()
           
 boolean hasMoreKeys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyEnumerator

public KeyEnumerator(java.lang.String key)
Method Detail

hasMoreKeys

public boolean hasMoreKeys()

getNextKey

public java.lang.String getNextKey()
                            throws javax.servlet.jsp.JspException

getKeyScope

public java.lang.String getKeyScope()

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.