Uses of Interface
com.opensymphony.xwork2.util.finder.ClassLoaderInterface

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 DefaultClassFinder.getClassLoaderInterface()
           
 ClassLoaderInterface ClassFinder.getClassLoaderInterface()
           
 ClassLoaderInterface ClassLoaderInterfaceDelegate.getParent()
           
 ClassLoaderInterface ClassLoaderInterface.getParent()
           
 

Methods in com.opensymphony.xwork2.util.finder with parameters of type ClassLoaderInterface
 ClassFinder ClassFinderFactory.buildClassFinder(ClassLoaderInterface classLoaderInterface, Collection<URL> urls, boolean extractBaseInterfaces, Set<String> protocols, Test<String> classNameFilter)
           
 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
DefaultClassFinder(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)
           
 



Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.