org.jboss.test.web.util |
|
Java Source File Name | Type | Comment |
ClassInClasses.java | Class | A class that is placed into the WEB-INF/classes directory to test the
access of classes in that directory. |
EarLibUser.java | Class | A class that is placed into the WEB-INF/classes directory that accesses
a class loaded from a jar jbosstest-web.ear/lib due to a reference from
the jbosstest-web-ejbs.jar manifest ClassPath. |
EJBManifestClass.java | Class | A class that is placed into a jar in the jbossweb-test.ear/lib directory
and loaded by the jbosstest-web-ejbs.jar manifest ClassPath and used by
both the ClasspathServlet and ClasspathBean. |
Util.java | Class | A trivial utility class that is placed into the lib/util.jar directory
of the war archive and used by servlets in the war to test access to the
lib jars. |