org.jboss.web.tomcat.tc5
Class WebAppLoader

java.lang.Object
  extended byWebappLoader
      extended byorg.jboss.web.tomcat.tc5.WebAppLoader

public class WebAppLoader
extends WebappLoader

Override the tomcat WebappLoader to set the default class loader to the WebAppClassLoader and pass the filtered packages to the WebAppClassLoader.

See Also:
Serialized Form

Constructor Summary
WebAppLoader()
           
WebAppLoader(java.lang.ClassLoader parent, java.lang.String[] filteredPackages)
           
 
Method Summary
 void start()
          Override to apply the filteredPackages to the jboss WebAppClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebAppLoader

public WebAppLoader()

WebAppLoader

public WebAppLoader(java.lang.ClassLoader parent,
                    java.lang.String[] filteredPackages)
Method Detail

start

public void start()
           throws LifecycleException
Override to apply the filteredPackages to the jboss WebAppClassLoader

Throws:
LifecycleException