org.codehaus.mojo.gwt.webxml
Class GwtWebInfProcessor

java.lang.Object
  extended by org.codehaus.mojo.gwt.webxml.GwtWebInfProcessor

public class GwtWebInfProcessor
extends Object

Version:
$Id: GwtWebInfProcessor.java 12995 2010-11-02 13:48:37Z olamy $

Constructor Summary
GwtWebInfProcessor()
           
 
Method Summary
 void process(File webXml, Collection<ServletDescriptor> servletDescriptors)
           
 void process(File sourceWebXml, File mergeWebXml, Collection<ServletDescriptor> servletDescriptors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GwtWebInfProcessor

public GwtWebInfProcessor()
Method Detail

process

public void process(File webXml,
                    Collection<ServletDescriptor> servletDescriptors)
             throws Exception
Throws:
Exception

process

public void process(File sourceWebXml,
                    File mergeWebXml,
                    Collection<ServletDescriptor> servletDescriptors)
             throws Exception
Throws:
Exception


Copyright © 2007-2012 Codehaus. All Rights Reserved.