org.apache.myfaces.application
Class DefaultResourceHandlerSupport

java.lang.Object
  extended by org.apache.myfaces.shared_impl.resource.ResourceHandlerSupport
      extended by org.apache.myfaces.shared_impl.resource.BaseResourceHandlerSupport
          extended by org.apache.myfaces.application.DefaultResourceHandlerSupport

public class DefaultResourceHandlerSupport
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: 990423 $ $Date: 2010-08-28 14:45:56 -0500 (Sat, 28 Aug 2010) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Field Summary
 
Fields inherited from class org.apache.myfaces.shared_impl.resource.BaseResourceHandlerSupport
RESOURCE_MAX_TIME_EXPIRES
 
Constructor Summary
DefaultResourceHandlerSupport()
           
 
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_impl.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

DefaultResourceHandlerSupport

public DefaultResourceHandlerSupport()
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.