public interface IStartPageProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
processStartFile(java.io.File startFile,
W3CWidget model,
IContent content)
Process a start file ready for deployment.
|
void processStartFile(java.io.File startFile,
W3CWidget model,
IContent content)
throws java.lang.Exception
startFile - the start filemodel - the widget information modeljava.io.IOException - if there is a problem reading or writing to the start file, or if the start file cannot be parsed
with the HTML processor usedjava.lang.Exception2012 Apache Software Foundation.