Package org.scannotation
Class WarUrlFinder
java.lang.Object
org.scannotation.WarUrlFinder
- Version:
- $Revision: 1 $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic URL
findWebInfClassesPath
(javax.servlet.ServletContext servletContext) Find the URL pointing to "/WEB-INF/classes" This method may not work in conjunction with IteratorFactory if your servlet container does not extract the /WEB-INF/classes into a real file-based directorystatic URL
findWebInfClassesPath
(javax.servlet.ServletContextEvent servletContextEvent) static URL[]
findWebInfLibClasspaths
(javax.servlet.ServletContext servletContext) static URL[]
findWebInfLibClasspaths
(javax.servlet.ServletContextEvent servletContextEvent)
-
Constructor Details
-
WarUrlFinder
public WarUrlFinder()
-
-
Method Details
-
findWebInfLibClasspaths
-
findWebInfLibClasspaths
-
findWebInfClassesPath
-
findWebInfClassesPath
Find the URL pointing to "/WEB-INF/classes" This method may not work in conjunction with IteratorFactory if your servlet container does not extract the /WEB-INF/classes into a real file-based directory- Parameters:
servletContext
-- Returns:
- null if cannot determin /WEB-INF/classes
-