ariba.ui.aribaweb.util
Class AWJarWalker.WarUrlFinder
java.lang.Object
ariba.ui.aribaweb.util.AWJarWalker.WarUrlFinder
- Enclosing class:
- AWJarWalker
public static class AWJarWalker.WarUrlFinder
- extends Object
|
Method Summary |
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)
|
AWJarWalker.WarUrlFinder
public AWJarWalker.WarUrlFinder()
findWebInfLibClasspaths
public static URL[] findWebInfLibClasspaths(javax.servlet.ServletContextEvent servletContextEvent)
findWebInfLibClasspaths
public static URL[] findWebInfLibClasspaths(javax.servlet.ServletContext servletContext)
findWebInfClassesPath
public static URL findWebInfClassesPath(javax.servlet.ServletContextEvent servletContextEvent)
findWebInfClassesPath
public 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
- Parameters:
servletContext -
- Returns:
- null if cannot determin /WEB-INF/classes
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.