DefaultCssHandler, LocalFileCssHandler, UrlCssHandlerpublic interface CssHandler
| Modifier and Type | Method | Description |
|---|---|---|
void |
checkForMissingResources() |
Checks if all necessary resources are available.
|
void |
createOutputFiles() |
Creates any necessary output files.
|
java.lang.String |
getLink() |
returns a link to the CSS file, which can be used as the HREF in HTML's
<LINK REL="stylesheet"> HREF="filename.css";.
|
java.lang.String getLink()
void checkForMissingResources()
throws ConfigurationException
ConfigurationException - if some resource is missing.void createOutputFiles()
throws java.io.IOException
java.io.IOException - if an output file can't be created