public class HtmxOneNineTenScriptPreProcessor extends Object implements ScriptPreProcessor
| Constructor and Description |
|---|
HtmxOneNineTenScriptPreProcessor() |
HtmxOneNineTenScriptPreProcessor(ScriptPreProcessor nextScriptPreProcessor) |
| Modifier and Type | Method and Description |
|---|---|
String |
preProcess(HtmlPage htmlPage,
String sourceCode,
String sourceName,
int lineNumber,
HtmlElement htmlElement)
Pre process the specified source code in the context of the given page.
|
public HtmxOneNineTenScriptPreProcessor()
public HtmxOneNineTenScriptPreProcessor(ScriptPreProcessor nextScriptPreProcessor)
public String preProcess(HtmlPage htmlPage, String sourceCode, String sourceName, int lineNumber, HtmlElement htmlElement)
ScriptPreProcessorpreProcess in interface ScriptPreProcessorhtmlPage - the pagesourceCode - the code to executesourceName - a name for the chunk of code that is going to be executed (used in error messages)lineNumber - the line number of the source codehtmlElement - the HTML element that will act as the contextCopyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.