org.onebusaway.presentation.impl.resources
Interface ResourceTransformationStrategy

All Known Implementing Classes:
CssResourceTransformationStrategy, DefaultResourceTransformationStrategy

public interface ResourceTransformationStrategy


Method Summary
 boolean requiresTransformation()
           
 void transformResource(ResourceService resourceService, URL sourceResource, File targetResource)
           
 

Method Detail

requiresTransformation

boolean requiresTransformation()

transformResource

void transformResource(ResourceService resourceService,
                       URL sourceResource,
                       File targetResource)


Copyright © 2012 OneBusAway. All Rights Reserved.