org.apache.catalina.core
Class ApplicationHttpRequest.AttributeNamesEnumerator
java.lang.Object
org.apache.catalina.core.ApplicationHttpRequest.AttributeNamesEnumerator
- org.apache.catalina.core.ApplicationHttpRequest
- Enumeration
protected class ApplicationHttpRequest.AttributeNamesEnumerator
extends java.lang.Object
implements Enumeration
Utility class used to expose the special attributes as being available
as request attributes.
next
protected String next
parentEnumeration
protected Enumeration parentEnumeration
AttributeNamesEnumerator
public AttributeNamesEnumerator()
findNext
protected String findNext()
hasMoreElements
public boolean hasMoreElements()
nextElement
public Object nextElement()
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.