Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.catalina.core
Class ApplicationHttpRequest.AttributeNamesEnumerator  view ApplicationHttpRequest.AttributeNamesEnumerator download ApplicationHttpRequest.AttributeNamesEnumerator.java

java.lang.Object
  extended byorg.apache.catalina.core.ApplicationHttpRequest.AttributeNamesEnumerator
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
ApplicationHttpRequest

protected class ApplicationHttpRequest.AttributeNamesEnumerator
extends java.lang.Object
implements java.util.Enumeration

Utility class used to expose the special attributes as being available as request attributes.


Field Summary
protected  int last
           
protected  java.lang.String next
           
protected  java.util.Enumeration parentEnumeration
           
protected  int pos
           
 
Constructor Summary
ApplicationHttpRequest.AttributeNamesEnumerator()
           
 
Method Summary
protected  java.lang.String findNext()
           
 boolean hasMoreElements()
          Tests whether there are elements remaining in the enumeration.
 java.lang.Object nextElement()
          Obtain the next element in the enumeration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pos

protected int pos

last

protected int last

parentEnumeration

protected java.util.Enumeration parentEnumeration

next

protected java.lang.String next
Constructor Detail

ApplicationHttpRequest.AttributeNamesEnumerator

public ApplicationHttpRequest.AttributeNamesEnumerator()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Description copied from interface: java.util.Enumeration
Tests whether there are elements remaining in the enumeration.

Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Description copied from interface: java.util.Enumeration
Obtain the next element in the enumeration.

Specified by:
nextElement in interface java.util.Enumeration

findNext

protected java.lang.String findNext()