public class WarUrlFinder extends Object
| Constructor and Description |
|---|
WarUrlFinder() |
| Modifier and Type | Method and Description |
|---|---|
static 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 URL |
findWebInfClassesPath(javax.servlet.ServletContextEvent servletContextEvent) |
static URL[] |
findWebInfLibClasspaths(javax.servlet.ServletContext servletContext) |
static URL[] |
findWebInfLibClasspaths(javax.servlet.ServletContextEvent servletContextEvent) |
public static URL[] findWebInfLibClasspaths(javax.servlet.ServletContextEvent servletContextEvent)
public static URL[] findWebInfLibClasspaths(javax.servlet.ServletContext servletContext)
public static URL findWebInfClassesPath(javax.servlet.ServletContextEvent servletContextEvent)
public static URL findWebInfClassesPath(javax.servlet.ServletContext servletContext)
servletContext - Copyright © 2016. All rights reserved.