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, _supportedSuffixesMAX_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, setupconfigure, contextualize, getKey, getLastModified, getSize, getValidity, isSupportedgetLogger, setLoggerprotected MinimizeCSSManager _cssMinimizeManager
private JSASSResourceURIExtensionPoint _jsassResourceURIExtensionPoint
public CSSSourceMapResourceHandler()
public void service(ServiceManager manager) throws ServiceException
service in interface Serviceableservice in class AbstractSourceMapResourceHandlerServiceExceptionprotected Source _getAlternateSource(String location, Map objectModel) throws IOException
AbstractSourceMapResourceHandler_getAlternateSource in class AbstractSourceMapResourceHandlerlocation - The original locationobjectModel - The object modelIOException - If an error occurredprivate Source _generateCssSourceMap(Map objectModel, String location) throws IOException
IOException