Package javawebparts.core

This package contains code from other packages that Java Web Parts depends on.

See:
          Description

Class Summary
CaseInsensitiveMap A Map implementation that handles its keys in a case insensitive manner.
CaseInsensitiveMap.FakeEntry Our Map.Entry implementation used in the Set returned by the entrySet() method.
CaseInsensitiveMap.KeyAndValue Inner class used to store a key-value pair.
JWPHelpers This class contains miscellaneous methods that are used by classes in multiple packages.
 

Package javawebparts.core Description

This package contains code from other packages that Java Web Parts depends on. Note that those classes ARE NOT documented in these Javadocs as intended! This consists of individual classes that are simply copied from the original source distribution and put into the javawebparts.core package. The package structure beyond that remains intact (i.e., org.apache.commons.lang becomes javawebparts.core.org.apache.commons.lang). The list of what was taken from where is maintained below... note that the code HAS NOT BEEN ALTERED except to move it into the javawebparts.core package, unless otherwise noted below...

This package depends on the following extra packages to compile and run: None.



Copyright © 2005 Frank W. Zammetti