org.jboss.jetty
Class JBossWebXmlConfiguration.JBossWebXmlProcessor

java.lang.Object
  extended by org.eclipse.jetty.webapp.IterativeDescriptorProcessor
      extended by org.jboss.jetty.JBossWebXmlConfiguration.JBossWebXmlProcessor
All Implemented Interfaces:
org.eclipse.jetty.webapp.DescriptorProcessor
Enclosing class:
JBossWebXmlConfiguration

public class JBossWebXmlConfiguration.JBossWebXmlProcessor
extends org.eclipse.jetty.webapp.IterativeDescriptorProcessor


Field Summary
 
Fields inherited from class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
__signature, _visitors
 
Constructor Summary
JBossWebXmlConfiguration.JBossWebXmlProcessor()
           
 
Method Summary
 void end(org.eclipse.jetty.webapp.WebAppContext context, org.eclipse.jetty.webapp.Descriptor descriptor)
           
 void start(org.eclipse.jetty.webapp.WebAppContext context, org.eclipse.jetty.webapp.Descriptor descriptor)
           
 void visitLoginConfig(org.eclipse.jetty.webapp.WebAppContext context, org.eclipse.jetty.webapp.Descriptor descriptor, org.eclipse.jetty.xml.XmlParser.Node node)
           
 
Methods inherited from class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
process, registerVisitor, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossWebXmlConfiguration.JBossWebXmlProcessor

public JBossWebXmlConfiguration.JBossWebXmlProcessor()
                                              throws ClassNotFoundException
Throws:
ClassNotFoundException
Method Detail

start

public void start(org.eclipse.jetty.webapp.WebAppContext context,
                  org.eclipse.jetty.webapp.Descriptor descriptor)
Specified by:
start in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor

end

public void end(org.eclipse.jetty.webapp.WebAppContext context,
                org.eclipse.jetty.webapp.Descriptor descriptor)
Specified by:
end in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor

visitLoginConfig

public void visitLoginConfig(org.eclipse.jetty.webapp.WebAppContext context,
                             org.eclipse.jetty.webapp.Descriptor descriptor,
                             org.eclipse.jetty.xml.XmlParser.Node node)
                      throws Exception
Throws:
Exception


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.