| Package | Description |
|---|---|
| org.apache.myfaces.test.mock.resource |
| Modifier and Type | Class and Description |
|---|---|
class |
MockClassLoaderResourceLoader
A resource loader implementation which loads resources from the thread ClassLoader.
|
class |
MockExternalContextResourceLoader
A resource loader implementation which loads resources from the webapp root.
|
| Modifier and Type | Method and Description |
|---|---|
MockResourceLoader |
MockResource.getResourceLoader() |
MockResourceLoader[] |
MockResourceHandlerSupport.getResourceLoaders()
Return an array of resource loaders used to find resources
using the standard.
|
| Modifier and Type | Method and Description |
|---|---|
protected MockResourceMeta |
MockResourceHandler.deriveResourceMeta(MockResourceLoader resourceLoader,
String resourceName,
String libraryName)
This method try to create a ResourceMeta for a specific resource
loader.
|
void |
MockResourceHandlerSupport.setResourceLoaders(MockResourceLoader[] resourceLoaders) |
| Constructor and Description |
|---|
MockResource(MockResourceMeta resourceMeta,
MockResourceLoader resourceLoader,
MockResourceHandlerSupport support,
String contentType) |
MockResourceHandlerSupport(boolean extensionMapping,
String mapping,
MockResourceLoader[] resourceLoaders) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.