|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.adf.view.faces.resource.ResourceLoader
oracle.adf.view.faces.resource.DynamicResourceLoader
oracle.adf.view.faces.resource.AggregatingResourceLoader
A resource loader implementation which combines multiple resources into a single stream. This version leverages the DynamicResourceLoader.
| Nested Class Summary | |
class |
AggregatingResourceLoader.AggregatingURLStreamHandler
This is a Stream Handler which can be used to construct a URL that is an Aggregate of a list of other urls. |
| Constructor Summary | |
AggregatingResourceLoader(java.lang.String path,
java.lang.String[] paths,
ResourceLoader target)
Creates a new AggregatingResourceLoader. |
|
AggregatingResourceLoader(java.lang.String path,
java.lang.String[] paths,
ResourceLoader target,
ResourceLoader parent)
Creates a new AggregatingResourceLoader. |
|
| Method Summary | |
protected java.net.URL |
getURL(java.lang.String path)
Returns a URL which is an aggregate of all the paths. |
void |
setSeparator(java.lang.String separator)
Sets the separator to use in between streams. |
| Methods inherited from class oracle.adf.view.faces.resource.DynamicResourceLoader |
findResource |
| Methods inherited from class oracle.adf.view.faces.resource.ResourceLoader |
getContentType, getNullResourceLoader, getParent, getResource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AggregatingResourceLoader(java.lang.String path,
java.lang.String[] paths,
ResourceLoader target,
ResourceLoader parent)
path - the aggregated resource pathpaths - the target resource paths to aggregatetarget - the resource loader use to find target resource pathsparent - the parent resource loader
public AggregatingResourceLoader(java.lang.String path,
java.lang.String[] paths,
ResourceLoader target)
path - the aggregated resource pathpaths - the target resource paths to aggregatetarget - the resource loader use to find target resource paths| Method Detail |
public void setSeparator(java.lang.String separator)
null which implies no separator.
separator - a string containing the separator characters
protected java.net.URL getURL(java.lang.String path)
throws java.io.IOException
getURL in class DynamicResourceLoaderpath - the current path
java.io.IOException - when something bad happens
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||