org.apache.catalina.core

Class ApplicationHttpRequest.AttributeNamesEnumerator

protected class ApplicationHttpRequest.AttributeNamesEnumerator extends Object implements Enumeration

Utility class used to expose the special attributes as being available as request attributes.
Field Summary
protected intlast
protected Stringnext
protected EnumerationparentEnumeration
protected intpos
Constructor Summary
AttributeNamesEnumerator()
Method Summary
protected StringfindNext()
booleanhasMoreElements()
ObjectnextElement()

Field Detail

last

protected int last

protected String next

parentEnumeration

protected Enumeration parentEnumeration

pos

protected int pos

Constructor Detail

AttributeNamesEnumerator

public AttributeNamesEnumerator()

Method Detail

findNext

protected String findNext()

hasMoreElements

public boolean hasMoreElements()

nextElement

public Object nextElement()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.