|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.statcvs.output.UrlCssHandler
public class UrlCssHandler
CSS handler for a CSS file specified by a HTTP URL.
| Constructor Summary | |
|---|---|
UrlCssHandler(java.net.URL url)
Creates a new UrlCssHandler for a CSS file located at a given URL. |
|
| Method Summary | |
|---|---|
void |
checkForMissingResources()
We could check here if there is a real CSS file at the URL, but this would require net access, so we just do nothing. |
void |
createOutputFiles()
We don't create any output files. |
java.lang.String |
getLink()
Simply return the URL |
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 UrlCssHandler(java.net.URL url)
url - the url to the CSS file| Method Detail |
|---|
public java.lang.String getLink()
getLink in interface CssHandlerCssHandler.getLink()
public void checkForMissingResources()
throws ConfigurationException
checkForMissingResources in interface CssHandlerConfigurationException - if some resource is missing.CssHandler.checkForMissingResources()
public void createOutputFiles()
throws java.io.IOException
createOutputFiles in interface CssHandlerjava.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 | |||||||||