| Package | Description |
|---|---|
| org.nuiton.processor | |
| org.nuiton.processor.filters |
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessorUtil.FragmentExtractor
To extract all content inside the header and footer.
|
static class |
ProcessorUtil.FragmentRemover
To remove all content inside the header and footer.
|
| Modifier and Type | Field and Description |
|---|---|
protected Filter |
ProcessorReader.filter |
protected Filter |
ProcessorWriter.filter |
protected Filter[] |
Processor.inputFilter |
protected Filter |
Processor.outputFilter |
| Modifier and Type | Method and Description |
|---|---|
static Filter[] |
ProcessorUtil.getFilters(String filters,
String separator)
Instanciate a array of filters given by thier FQN separated by the
given separator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessorReader.setFilter(Filter filter) |
void |
Processor.setInputFilter(Filter inFilter) |
void |
Processor.setInputFilter(Filter[] inFilter) |
void |
Processor.setOutputFilter(Filter outFilter) |
| Constructor and Description |
|---|
Processor(Filter[] filters) |
ProcessorReader(LineNumberReader input,
Filter filter) |
ProcessorWriter(BufferedWriter output,
Filter filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveLogsCodeFilter |
class |
DefaultFilter
A common astract filter.
|
class |
GeneratorTemplatesFilter |
class |
GeneratorTemplatesFilterBody
Classe principale du filtre de génération.
|
class |
GeneratorTemplatesFilterIn
Le tag *) n'est substitué que s'il est a l'extérieur du tag <%=...%>ou
<%...%>
|
class |
LogsFilter |
class |
NoActionFilter
This filter does nothing on input.
|
class |
OptimisationFilter |
class |
RemoveLogsCodeFilter |
Copyright © 2002-2012 CodeLutin. All Rights Reserved.