org.apache.catalina.core

Class ApplicationHttpRequest.AttributeNamesEnumerator

Enclosing Class:
org.apache.catalina.core.ApplicationHttpRequest
Implemented Interfaces:
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.

Field Summary

protected int
last
protected String
next
protected Enumeration
parentEnumeration
protected int
pos

Constructor Summary

AttributeNamesEnumerator()

Method Summary

protected String
findNext()
boolean
hasMoreElements()
Object
nextElement()

Field Details

last

protected int last


next

protected String next


parentEnumeration

protected Enumeration parentEnumeration


pos

protected int pos

Constructor Details

AttributeNamesEnumerator

public AttributeNamesEnumerator()

Method Details

findNext

protected String findNext()


hasMoreElements

public boolean hasMoreElements()


nextElement

public Object nextElement()


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.