Interface JavascriptHandler
- All Known Implementing Classes:
DefaultJavascriptHandler
public interface JavascriptHandler
The Interface JavascriptHandler.
-
Method Summary
Modifier and Type Method Description voidhandleRequest(String projectName, String projectFilePath, String projectFilePathParam, boolean debug)Handle request.
-
Method Details
-
handleRequest
void handleRequest(String projectName, String projectFilePath, String projectFilePathParam, boolean debug)Handle request.- Parameters:
projectName- the project nameprojectFilePath- the project file pathprojectFilePathParam- the project file path paramdebug- the debug
-