org.apache.myfaces.resource
Class InternalClassLoaderResourceLoader

java.lang.Object
  extended by org.apache.myfaces.shared_impl.resource.ResourceLoader
      extended by org.apache.myfaces.resource.InternalClassLoaderResourceLoader

public class InternalClassLoaderResourceLoader
extends ResourceLoader

A resource loader implementation which loads resources from the thread ClassLoader.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.myfaces.shared_impl.resource.ResourceLoader
ResourceLoader.VersionComparator
 
Field Summary
static String USE_MULTIPLE_JS_FILES_FOR_JSF_UNCOMPRESSED_JS
          If this param is true and the project stage is development mode, the source javascript files will be loaded separately instead have all in just one file, to preserve line numbers and make javascript debugging of jsf.js more simple.
 
Fields inherited from class org.apache.myfaces.shared_impl.resource.ResourceLoader
VERSION_INVALID
 
Constructor Summary
InternalClassLoaderResourceLoader(String prefix)
           
 
Method Summary
 ResourceMeta createResourceMeta(String prefix, String libraryName, String libraryVersion, String resourceName, String resourceVersion)
           
protected  ClassLoader getClassLoader()
          Returns the ClassLoader to use when looking up resources under the top level package.
 String getLibraryVersion(String path)
          Return the max available version found (if exists) or return null if no version available.
 InputStream getResourceInputStream(ResourceMeta resourceMeta)
           
 URL getResourceURL(ResourceMeta resourceMeta)
          Return the max available version found (if exists) or return null if no version available.
 String getResourceVersion(String path)
           
 boolean libraryExists(String libraryName)
           
 
Methods inherited from class org.apache.myfaces.shared_impl.resource.ResourceLoader
getPrefix, getVersionComparator, setPrefix, setVersionComparator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USE_MULTIPLE_JS_FILES_FOR_JSF_UNCOMPRESSED_JS

@JSFWebConfigParam(since="2.0.1",
                   defaultValue="false",
                   expectedValues="true,false")
public static final String USE_MULTIPLE_JS_FILES_FOR_JSF_UNCOMPRESSED_JS
If this param is true and the project stage is development mode, the source javascript files will be loaded separately instead have all in just one file, to preserve line numbers and make javascript debugging of jsf.js more simple.

See Also:
Constant Field Values
Constructor Detail

InternalClassLoaderResourceLoader

public InternalClassLoaderResourceLoader(String prefix)
Method Detail

getLibraryVersion

public String getLibraryVersion(String path)
Description copied from class: ResourceLoader
Return the max available version found (if exists) or return null if no version available.

Specified by:
getLibraryVersion in class ResourceLoader

getResourceInputStream

public InputStream getResourceInputStream(ResourceMeta resourceMeta)
Specified by:
getResourceInputStream in class ResourceLoader

getResourceURL

public URL getResourceURL(ResourceMeta resourceMeta)
Description copied from class: ResourceLoader
Return the max available version found (if exists) or return null if no version available.

Specified by:
getResourceURL in class ResourceLoader

getResourceVersion

public String getResourceVersion(String path)
Specified by:
getResourceVersion in class ResourceLoader

createResourceMeta

public ResourceMeta createResourceMeta(String prefix,
                                       String libraryName,
                                       String libraryVersion,
                                       String resourceName,
                                       String resourceVersion)
Specified by:
createResourceMeta in class ResourceLoader

getClassLoader

protected ClassLoader getClassLoader()
Returns the ClassLoader to use when looking up resources under the top level package. By default, this is the context class loader.

Returns:
the ClassLoader used to lookup resources

libraryExists

public boolean libraryExists(String libraryName)
Specified by:
libraryExists in class ResourceLoader


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.