Uses of Class
org.codehaus.mojo.gwt.webxml.ServletDescriptor
-
Packages that use ServletDescriptor Package Description org.codehaus.mojo.gwt.webxml -
-
Uses of ServletDescriptor in org.codehaus.mojo.gwt.webxml
Methods in org.codehaus.mojo.gwt.webxml that return types with arguments of type ServletDescriptor Modifier and Type Method Description java.util.Set<ServletDescriptor>ServletAnnotationFinder. findServlets(java.lang.String packageName, java.lang.String startPath, java.lang.ClassLoader classLoader)Method parameters in org.codehaus.mojo.gwt.webxml with type arguments of type ServletDescriptor Modifier and Type Method Description voidGwtWebInfProcessor. process(java.io.File sourceWebXml, java.io.File mergeWebXml, java.util.Collection<ServletDescriptor> servletDescriptors)voidGwtWebInfProcessor. process(java.io.File webXml, java.util.Collection<ServletDescriptor> servletDescriptors)
-