|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CssHandler
Manager for the handling of CSS files. There are different ways for speciying CSS files (local file, default file from the distribution JAR, HTTP URL). A CssHandler must be implemented for each of these ways. TODO: Should be refactored into something that produces a ReportFile, which has methods getURL() and write() and can be added to report pages.
| Method Summary | |
|---|---|
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";. |
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||