org.onebusaway.presentation.impl.resources
Class CssResourceTransformationStrategy

java.lang.Object
  extended by org.onebusaway.presentation.impl.resources.CssResourceTransformationStrategy
All Implemented Interfaces:
ResourceTransformationStrategy

public class CssResourceTransformationStrategy
extends Object
implements ResourceTransformationStrategy


Constructor Summary
CssResourceTransformationStrategy(Locale locale)
           
 
Method Summary
 boolean requiresTransformation()
          ResourceTransformationStrategy Interface
 void transformResource(ResourceService resourceService, URL sourceResource, File targetResource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CssResourceTransformationStrategy

public CssResourceTransformationStrategy(Locale locale)
Method Detail

requiresTransformation

public boolean requiresTransformation()
ResourceTransformationStrategy Interface

Specified by:
requiresTransformation in interface ResourceTransformationStrategy

transformResource

public void transformResource(ResourceService resourceService,
                              URL sourceResource,
                              File targetResource)
Specified by:
transformResource in interface ResourceTransformationStrategy


Copyright © 2012 OneBusAway. All Rights Reserved.