public class IsAlnumHandler extends AbstractPipelineComponent
| Modifier and Type | Class and Description |
|---|---|
protected static class |
IsAlnumHandler.QUOTE |
protected static class |
IsAlnumHandler.UNQUOTE |
AbstractPipelineComponent.ACCEPT, AbstractPipelineComponent.IGNORE| Modifier and Type | Method and Description |
|---|---|
static PipelineComponent |
ACCEPT() |
boolean |
canHandle(char c) |
static PipelineComponent |
IGNORE() |
static PipelineComponent |
QUOTE() |
accept, allowForNoMoreInput, createPipelineComponent, getHelper, getPipeline, getPipelineConfig, getSuccessor, handle, noMoreInput, setPipeline, setSuccessorpublic static final PipelineComponent ACCEPT()
public static final PipelineComponent IGNORE()
public static final PipelineComponent QUOTE()
public boolean canHandle(char c)
throws IllegalInputCharacterException
IllegalInputCharacterExceptionCopyright © 2002-2017. All Rights Reserved.