|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassLoaderInterface | |
---|---|
com.opensymphony.xwork2.util.finder |
Uses of ClassLoaderInterface in com.opensymphony.xwork2.util.finder |
---|
Classes in com.opensymphony.xwork2.util.finder that implement ClassLoaderInterface | |
---|---|
class |
ClassLoaderInterfaceDelegate
Default implementation of ClassLoaderInterface, which delegates to an actual ClassLoader |
Methods in com.opensymphony.xwork2.util.finder that return ClassLoaderInterface | |
---|---|
ClassLoaderInterface |
ClassLoaderInterfaceDelegate.getParent()
|
ClassLoaderInterface |
ClassLoaderInterface.getParent()
|
Methods in com.opensymphony.xwork2.util.finder with parameters of type ClassLoaderInterface | |
---|---|
UrlSet |
UrlSet.exclude(ClassLoaderInterface parent)
|
UrlSet |
UrlSet.includeClassesUrl(ClassLoaderInterface classLoaderInterface)
Try to find a classes directory inside a war file add its normalized url to this set |
Constructors in com.opensymphony.xwork2.util.finder with parameters of type ClassLoaderInterface | |
---|---|
ClassFinder(ClassLoaderInterface classLoaderInterface,
Collection<URL> urls,
boolean extractBaseInterfaces,
Set<String> protocols,
Test<String> classNameFilter)
|
|
ResourceFinder(String path,
ClassLoaderInterface classLoaderInterface)
|
|
ResourceFinder(String path,
ClassLoaderInterface classLoaderInterface,
URL... urls)
|
|
UrlSet(FileManager fileManager,
ClassLoaderInterface classLoader)
|
|
UrlSet(FileManager fileManager,
ClassLoaderInterface classLoader,
Set<String> protocols)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |