Package | Description |
---|---|
de.innovationgate.wgpublisher.encoders |
Types for implementing OpenWGA encoders
|
Modifier and Type | Interface and Description |
---|---|
interface |
WGAInputOnlyEncoder
Flag interface for encoders that only want to process text chunks of origin INPUT and ignore all others (what is mostly the case)
|
Modifier and Type | Class and Description |
---|---|
class |
EncodingFormatterEncoder
Wrapper for an
ObjectFormatter to let it implement WGAEncoder
This one will ignore all text chunks that are not of type |
Modifier and Type | Method and Description |
---|---|
java.util.List<WGAEncoder> |
EncoderOutput.getChainedEncoders()
Returns encoders that were chained after the current encoder run
|
Modifier and Type | Method and Description |
---|---|
EncoderOutput |
EncoderOutput.chainEncoder(WGAEncoder encoder)
Chains another encoder that should run after this encoder run finishes.
|