org.apache.myfaces.application
Class DefaultResourceHandlerSupport
java.lang.Object
org.apache.myfaces.shared_impl.resource.ResourceHandlerSupport
org.apache.myfaces.shared_impl.resource.BaseResourceHandlerSupport
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 $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultResourceHandlerSupport
public DefaultResourceHandlerSupport()
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.