Package org.codehaus.mojo.gwt.webxml
Class ServletAnnotationFinder
- java.lang.Object
-
- org.codehaus.plexus.logging.AbstractLogEnabled
-
- org.codehaus.mojo.gwt.webxml.ServletAnnotationFinder
-
- All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled
@Component(role=ServletAnnotationFinder.class) public class ServletAnnotationFinder extends org.codehaus.plexus.logging.AbstractLogEnabled
The goal is to find classed annotated withRemoteServiceRelativePathto generatedServletDescriptor- Since:
- 2.1.0-1
- Author:
- Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description ServletAnnotationFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<ServletDescriptor>findServlets(String packageName, String startPath, ClassLoader classLoader)
-
-
-
Method Detail
-
findServlets
public Set<ServletDescriptor> findServlets(String packageName, String startPath, ClassLoader classLoader) throws IOException
- Parameters:
packageName-- Returns:
- cannot return
null - Throws:
IOException
-
-