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.
protected int last
protected String next
protected Enumeration parentEnumeration
protected int pos
public AttributeNamesEnumerator()
protected String findNext()
public boolean hasMoreElements()
public Object nextElement()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.