Interface | Description |
---|---|
SpecialVariableProcessor |
The interface describes a special variable processor which will be called for
variables met by a preprocessor in expressions
|
Class | Description |
---|---|
EnvironmentVariableProcessor |
The class allows to get access to environment variables from preprocessor
expression, the variables have the "env." prefix and all them are String type
All environment variables are allowed for reading and disallowing for writing
|
JCPSpecialVariableProcessor |
The class implements the special variable processor interface and allows to get access to inside JCP variables Inside JCP variables have the "jcp." prefix
|
JCPSpecialVariableProcessor.NameReferencePair | |
PreprocessingState |
The class describes a preprocessor state also it contains inside buffers and save data on disk
|
PreprocessingState.ExcludeIfInfo | |
PreprocessorContext |
The preprocessor context class is a main class which contains all options of the preprocessor and allows to work with variables in expressions
|
Enum | Description |
---|---|
PreprocessingState.PrinterType |
Copyright © 2011–2020 Igor Maznitsa. All rights reserved.