Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » embedded » tomcat » [javadoc | source]
org.jboss.embedded.tomcat
public class: WebinfScanner [javadoc | source]
java.lang.Object
   org.jboss.embedded.tomcat.WebinfScanner

All Implemented Interfaces:
    org.apache.catalina.LifecycleListener

Searches for WAR's WEB-INF directory and deploys that directory. A JBoss DeploymentContext is created and the StandardContext is added as an attachment This listener assumes an exploded deployment, in other words, that WEB-INF/ is a directory in a file system.
Method from org.jboss.embedded.tomcat.WebinfScanner Summary:
lifecycleEvent
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.embedded.tomcat.WebinfScanner Detail:
 public  void lifecycleEvent(LifecycleEvent event)