org.apache.myfaces.tomahawk.resource
Class UncompressedResourceHandlerSupport
java.lang.Object
org.apache.myfaces.shared_tomahawk.resource.ResourceHandlerSupport
org.apache.myfaces.shared_tomahawk.resource.BaseResourceHandlerSupport
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 $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UncompressedResourceHandlerSupport
public UncompressedResourceHandlerSupport()
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 © 2012 The Apache Software Foundation. All Rights Reserved.