org.apache.wookie.w3c
Interface IStartPageProcessor


public interface IStartPageProcessor

Processes widget start pages to inject scripts and other assets required for widget runtime operation.


Method Summary
 void processStartFile(java.io.File startFile, W3CWidget model, IContent content)
          Process a start file ready for deployment.
 

Method Detail

processStartFile

void processStartFile(java.io.File startFile,
                      W3CWidget model,
                      IContent content)
                      throws java.lang.Exception
Process a start file ready for deployment.

Parameters:
startFile - the start file
model - the widget information model
Throws:
java.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 used
java.lang.Exception


2012 Apache Software Foundation.