org.nuiton.i18n.plugin.parser.impl
Class ParserJspMojo.JspFileProcessor
java.lang.Object
org.nuiton.processor.Processor
org.nuiton.i18n.plugin.parser.impl.ProcessorHelper.AbstractParserProcessor
org.nuiton.i18n.plugin.parser.impl.ParserJspMojo.JspFileProcessor
- Enclosing class:
- ParserJspMojo
public static class ParserJspMojo.JspFileProcessor
- extends ProcessorHelper.AbstractParserProcessor
To transform jsp files to valid xml files.
Says :
- Remove jsp directive
- Remove jsp comment
- Remove any tags in attributes (used for example in struts)
- ? Other thing
- Since:
- 2.0
- Author:
- tchemit
|
Field Summary |
protected org.nuiton.processor.ProcessorUtil.FragmentRemover |
remover1
|
protected org.nuiton.processor.ProcessorUtil.FragmentRemover |
remover2
|
protected org.nuiton.processor.ProcessorUtil.FragmentRemover |
remover3
|
| Fields inherited from class org.nuiton.processor.Processor |
inputFilter, outputFilter |
| Methods inherited from class org.nuiton.processor.Processor |
getReader, process, setInputFilter, setInputFilter, setOutputFilter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
remover1
protected org.nuiton.processor.ProcessorUtil.FragmentRemover remover1
remover2
protected org.nuiton.processor.ProcessorUtil.FragmentRemover remover2
remover3
protected org.nuiton.processor.ProcessorUtil.FragmentRemover remover3
ParserJspMojo.JspFileProcessor
public ParserJspMojo.JspFileProcessor()
process
public void process(File filein,
File fileout,
String encoding)
throws IOException
- Specified by:
process in class ProcessorHelper.AbstractParserProcessor
- Parameters:
filein - the source file to processfileout - the output file to generateencoding - encoding used to read and write files
- Throws:
IOException - if any io problems while processing- Since:
- 1.0.4
Copyright © 2007-2011 CodeLutin. All Rights Reserved.