public static class ParserJspMojo.JspFileProcessor extends ProcessorHelper.AbstractParserProcessor
| Modifier and Type | Class and Description |
|---|---|
static class |
ParserJspMojo.JspFileProcessor.JspAttributeWithTagFilter
To remove in attributes any sub tags inside it (used for example in
struts) from jsp files.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.nuiton.processor.ProcessorUtil.FragmentRemover |
remover1 |
protected org.nuiton.processor.ProcessorUtil.FragmentRemover |
remover2 |
protected org.nuiton.processor.ProcessorUtil.FragmentRemover |
remover3 |
verbose| Constructor and Description |
|---|
ParserJspMojo.JspFileProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(File filein,
File fileout,
String encoding) |
extractKeys, removefragments, saveKeysToFile, setVerboseprotected org.nuiton.processor.ProcessorUtil.FragmentRemover remover1
protected org.nuiton.processor.ProcessorUtil.FragmentRemover remover2
protected org.nuiton.processor.ProcessorUtil.FragmentRemover remover3
public void process(File filein, File fileout, String encoding) throws IOException
process in class ProcessorHelper.AbstractParserProcessorfilein - the source file to processfileout - the output file to generateencoding - encoding used to read and write filesIOException - if any io problems while processingCopyright © 2007-2013 CodeLutin. All Rights Reserved.