ClassLoader specialized for WebApps. It add the WEB-INF/wsdl/ directory
of the war in the URL repository, the base URL of the jar file and the
WEB-INF/classes/ directory.
Used in WsGen.
author: Guillaume Sauthier
Create a new WebappClassLoader with specified parent ClassLoader
Parameters: module - an URL of Web file Parameters: parent - the parent ClasLoader throws: IOException - if creation fails
Add the WEB-INF/classes/ directory and the content of
WEB-INF/lib/ in the ClassLoader
throws: IOException - if cannot add in repository specified paths
Methods inherited from org.objectweb.jonas_lib.loader.SimpleWebappClassLoader