public class WebBasedClasspathResolver extends Object implements ClasspathResolver
| Constructor and Description |
|---|
WebBasedClasspathResolver(javax.servlet.ServletContext servletContext) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
findBasePackages()
Find all base packages, including the ones using the new META-INF configuration
|
URL |
findWebInfClassesLocation()
Where is WEB-INF/classes?
|
ClassLoader |
getClassLoader() |
public WebBasedClasspathResolver(javax.servlet.ServletContext servletContext)
public ClassLoader getClassLoader()
getClassLoader in interface ClasspathResolverpublic URL findWebInfClassesLocation()
ClasspathResolverfindWebInfClassesLocation in interface ClasspathResolverpublic List<String> findBasePackages()
ClasspathResolverfindBasePackages in interface ClasspathResolverCopyright © 2014 Caelum. All Rights Reserved.