| Package | Description | 
|---|---|
| org.apache.myfaces.trinidad.resource | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AggregatingResourceLoaderA resource loader implementation which combines multiple resources
 into a single stream. | 
| class  | CachingResourceLoaderBase class for resource loaders. | 
| class  | ClassLoaderResourceLoaderA resource loader implementation which loads resources
 using the context class loader. | 
| class  | DirectoryResourceLoaderA resource loader implementation which loads resources
 from a directory. | 
| class  | DynamicResourceLoaderA Dynamic Resource Loader that is capable of agregation and dynamic content via custom
 URLConnection objects. | 
| class  | ProxyResourceLoaderA resource loader implementation that proxies another
 resource loader, controlling the URLConnection. | 
| class  | RegexResourceLoaderA resource loader implementation which loads resources
 by pattern matching the requested resource path to a
 registered resource loader. | 
| class  | ServletContextResourceLoaderA resource loader implementation which loads resources
 using the servlet context. | 
| class  | StringContentResourceLoader | 
| Modifier and Type | Method and Description | 
|---|---|
| static ResourceLoader | ResourceLoader. getNullResourceLoader()Returns the shared resource loader that always returns null. | 
| protected ResourceLoader | ResourceLoader. getParent()Returns the parent resource loader, or null if this is a root
 resource loader. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | ResourceLoader. getContentType(ResourceLoader loader,
              URLConnection conn)Called by the  ResourceServletto get the content type for
 the given connection. | 
| protected void | RegexResourceLoader. register(String regex,
        ResourceLoader loader)Registers a resource loader by regular expression. | 
| Constructor and Description | 
|---|
| AggregatingResourceLoader(String path,
                         String[] paths,
                         ResourceLoader target)Creates a new AggregatingResourceLoader. | 
| AggregatingResourceLoader(String path,
                         String[] paths,
                         ResourceLoader target,
                         ResourceLoader parent)Creates a new AggregatingResourceLoader. | 
| CachingResourceLoader(ResourceLoader parent)Constructs a new CachingResourceLoader. | 
| ClassLoaderResourceLoader(ResourceLoader parent)Constructs a new ClassLoaderResourceLoader with specified parent. | 
| ClassLoaderResourceLoader(String rootPackage,
                         ResourceLoader parent)Constructs a new root ClassLoaderResourceLoader with specified top
 level resource package and parent resource loader. | 
| DirectoryResourceLoader(File directory,
                       ResourceLoader parent)Constructs a new DirectoryResourceLoader. | 
| DynamicResourceLoader(String path,
                     ResourceLoader parent)Creates a CompositeResouceLoader for a specified path. | 
| ProxyResourceLoader(ResourceLoader parent)Constructs a new ProxyResourceLoader with specified parent. | 
| ResourceLoader(ResourceLoader parent)Constructs a new resource loader with specified parent resource loader. | 
| ServletContextResourceLoader(javax.servlet.ServletContext context,
                            ResourceLoader parent)Constructs a new ServletContextResourceLoader with specified parent
 resource loader. | 
| StringContentResourceLoader(String path,
                           ResourceLoader parent) | 
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.