|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.scannotation.WarUrlFinder
public class WarUrlFinder
Constructor Summary | |
---|---|
WarUrlFinder()
|
Method Summary | |
---|---|
static java.net.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 directory |
static java.net.URL |
findWebInfClassesPath(javax.servlet.ServletContextEvent servletContextEvent)
|
static java.net.URL[] |
findWebInfLibClasspaths(javax.servlet.ServletContext servletContext)
|
static java.net.URL[] |
findWebInfLibClasspaths(javax.servlet.ServletContextEvent servletContextEvent)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WarUrlFinder()
Method Detail |
---|
public static java.net.URL[] findWebInfLibClasspaths(javax.servlet.ServletContextEvent servletContextEvent)
public static java.net.URL[] findWebInfLibClasspaths(javax.servlet.ServletContext servletContext)
public static java.net.URL findWebInfClassesPath(javax.servlet.ServletContextEvent servletContextEvent)
public static java.net.URL findWebInfClassesPath(javax.servlet.ServletContext servletContext)
servletContext
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |