|
||||||||||
| 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,
UrlSet.FileProtocolNormalizer normalizer)
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(ClassLoaderInterface classLoader)
|
|
UrlSet(ClassLoaderInterface classLoader,
Set<String> protocols)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||