containsClass(String theClassName) Returns whether a class of the specified name is contained in the web-app
archive, either directly in WEB-INF/classes, or in one of the JARs in
WEB-INF/lib.
Constructor.
Parameters: theInputStream - The input stream for the web application archive throws: IOException - If there was a problem reading the WAR
Returns whether a class of the specified name is contained in the web-app
archive, either directly in WEB-INF/classes, or in one of the JARs in
WEB-INF/lib.
Parameters: theClassName - The name of the class to search for Whether the class was found in the archive throws: IOException - If an I/O error occurred reading the archive