public abstract class AbstractStatefulProcessorProvider<T> extends AbstractProcessorProvider<T>
tkClass_
Constructor and Description |
---|
AbstractStatefulProcessorProvider() |
Modifier and Type | Method and Description |
---|---|
protected StatefulProcessor |
buildDelegate(ToolkitContext tkContext) |
protected abstract StatefulProcessor<T> |
newProcessor(ToolkitContext tkContext,
Cookie cookie) |
canProcess, create
create, getToolkitClass, recognize
protected StatefulProcessor buildDelegate(ToolkitContext tkContext) throws ToolkitBuildException
buildDelegate
in class AbstractProcessorProvider<T>
ToolkitBuildException
protected abstract StatefulProcessor<T> newProcessor(ToolkitContext tkContext, Cookie cookie) throws ToolkitBuildException
newProcessor
in class AbstractProcessorProvider<T>
ToolkitBuildException