public class CSSSourceMapResourceHandler extends AbstractSourceMapResourceHandler
Modifier and Type | Field and Description |
---|---|
protected MinimizeCSSManager |
_cssMinimizeManager
CSS minimize manager
|
private JSASSResourceURIExtensionPoint |
_jsassResourceURIExtensionPoint |
_hashCache, _sourceMapCache
_cocoonContext, _context, _resolver, _supportedSuffixes
MAX_PRIORITY, MIN_PRIORITY
Constructor and Description |
---|
CSSSourceMapResourceHandler() |
Modifier and Type | Method and Description |
---|---|
private Source |
_generateCssSourceMap(Map objectModel,
String location) |
protected Source |
_getAlternateSource(String location,
Map objectModel)
Find the source at an alternative location
|
void |
service(ServiceManager manager) |
_getExistingSource, generateResource, getMimeType, getPriority, setup
configure, contextualize, getKey, getLastModified, getSize, getValidity, isSupported
getLogger, setLogger
protected MinimizeCSSManager _cssMinimizeManager
private JSASSResourceURIExtensionPoint _jsassResourceURIExtensionPoint
public CSSSourceMapResourceHandler()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
service
in class AbstractSourceMapResourceHandler
ServiceException
protected Source _getAlternateSource(String location, Map objectModel) throws IOException
AbstractSourceMapResourceHandler
_getAlternateSource
in class AbstractSourceMapResourceHandler
location
- The original locationobjectModel
- The object modelIOException
- If an error occurredprivate Source _generateCssSourceMap(Map objectModel, String location) throws IOException
IOException