- All Implemented Interfaces:
- javax.faces.FacesWrapper<javax.faces.application.ResourceHandler>
public class ButterFacesResourceHandler
extends javax.faces.application.ResourceHandlerWrapper
Adds a timestamp parameter to each (javascript and css) resource if resource handler is enabled. Resource browser
cache will be ignored on this resources until server will be redeployed. In case of this manual browser cache delete
is no longer needed.
Usage:
Add following code to your faces-config.xml
<resource-handler>org.butterfaces.handler.ButterFacesResourceHandler</resource-handler>