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, setSuccessor
public static final PipelineComponent ACCEPT()
public static final PipelineComponent IGNORE()
public static final PipelineComponent QUOTE()
public boolean canHandle(char c) throws IllegalInputCharacterException
IllegalInputCharacterException
Copyright © 2002–2019. All rights reserved.