org.apache.myfaces.tomahawk.resource
Class UncompressedResourceHandlerSupport

java.lang.Object
  extended by org.apache.myfaces.shared_tomahawk.resource.ResourceHandlerSupport
      extended by org.apache.myfaces.shared_tomahawk.resource.BaseResourceHandlerSupport
          extended by org.apache.myfaces.tomahawk.resource.UncompressedResourceHandlerSupport

public class UncompressedResourceHandlerSupport
extends BaseResourceHandlerSupport

A ResourceHandlerSupport implementation for use with standard Java Servlet engines, ie an engine that supports javax.servlet, and uses a standard web.xml file.

Version:
$Revision: 915763 $ $Date: 2010-02-24 07:24:11 -0500 (Mié, 24 Feb 2010) $
Author:
Leonardo Uribe (latest modification by $Author: bommel $)

Field Summary
 
Fields inherited from class org.apache.myfaces.shared_tomahawk.resource.BaseResourceHandlerSupport
RESOURCE_MAX_TIME_EXPIRES
 
Constructor Summary
UncompressedResourceHandlerSupport()
           
 
Method Summary
 ResourceLoader[] getResourceLoaders()
          Return an array of resource loaders used to find resources using the standard.
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.resource.BaseResourceHandlerSupport
calculateFacesServletMapping, calculateResourceBasePath, getFacesServletMapping, getMapping, getMaxTimeExpires, getStartupTime, isExtensionMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UncompressedResourceHandlerSupport

public UncompressedResourceHandlerSupport()
Method Detail

getResourceLoaders

public ResourceLoader[] getResourceLoaders()
Description copied from class: ResourceHandlerSupport
Return an array of resource loaders used to find resources using the standard. The order of ResourceLoaders define its precedence.

Overrides:
getResourceLoaders in class BaseResourceHandlerSupport
Returns:


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