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 Set<ServletDescriptor>ServletAnnotationFinder. findServlets(String packageName, String startPath, ClassLoader classLoader)Method parameters in org.codehaus.mojo.gwt.webxml with type arguments of type ServletDescriptor Modifier and Type Method Description voidGwtWebInfProcessor. process(File sourceWebXml, File mergeWebXml, Collection<ServletDescriptor> servletDescriptors)voidGwtWebInfProcessor. process(File webXml, Collection<ServletDescriptor> servletDescriptors)
-