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 org.apache.myfaces.shared_tomahawk.resource.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
 org.apache.myfaces.shared_tomahawk.resource.ResourceLoader[] getResourceLoaders()
           
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.resource.BaseResourceHandlerSupport
calculateFacesServletMapping, calculateResourceBasePath, getFacesServletMapping, getMapping, getMaxTimeExpires, getStartupTime, isExtensionMapping
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.resource.ResourceHandlerSupport
getResourceIdentifier
 
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 org.apache.myfaces.shared_tomahawk.resource.ResourceLoader[] getResourceLoaders()
Overrides:
getResourceLoaders in class org.apache.myfaces.shared_tomahawk.resource.BaseResourceHandlerSupport


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