ariba.ui.aribaweb.util
Class AWJarWalker.WarUrlFinder

java.lang.Object
  extended by ariba.ui.aribaweb.util.AWJarWalker.WarUrlFinder
Enclosing class:
AWJarWalker

public static class AWJarWalker.WarUrlFinder
extends java.lang.Object


Constructor Summary
AWJarWalker.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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWJarWalker.WarUrlFinder

public AWJarWalker.WarUrlFinder()
Method Detail

findWebInfLibClasspaths

public static java.net.URL[] findWebInfLibClasspaths(javax.servlet.ServletContextEvent servletContextEvent)

findWebInfLibClasspaths

public static java.net.URL[] findWebInfLibClasspaths(javax.servlet.ServletContext servletContext)

findWebInfClassesPath

public static java.net.URL findWebInfClassesPath(javax.servlet.ServletContextEvent servletContextEvent)

findWebInfClassesPath

public 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

Parameters:
servletContext -
Returns:
null if cannot determin /WEB-INF/classes


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.