|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.statcvs.output.DefaultCssHandler
public class DefaultCssHandler
CSS handler for a CSS file included in the distribution JAR file.
Constructor Summary | |
---|---|
DefaultCssHandler(java.lang.String filename)
Creates a new DefaultCssHandler for a CSS file in the /src/net/sf/statcvs/web-files/ folder of the distribution JAR. |
Method Summary | |
---|---|
void |
checkForMissingResources()
No external resources are necessary for default CSS files, so nothing is done here |
void |
createOutputFiles()
Extracts the CSS file from the distribution JAR and saves it into the output directory |
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 |
toString()
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultCssHandler(java.lang.String filename)
/src/net/sf/statcvs/web-files/
folder of the distribution JAR.
This must be a filename only, without a directory.
filename
- Name of the css fileMethod Detail |
---|
public java.lang.String getLink()
CssHandler
getLink
in interface CssHandler
CssHandler.getLink()
public void checkForMissingResources() throws ConfigurationException
checkForMissingResources
in interface CssHandler
ConfigurationException
- if some resource is missing.CssHandler.checkForMissingResources()
public void createOutputFiles() throws java.io.IOException
createOutputFiles
in interface CssHandler
java.io.IOException
- if an output file can't be createdCssHandler.createOutputFiles()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |