public abstract class AbstractProfileRecognizerProvider extends AbstractToolkitProvider
tkClass_| Constructor and Description | 
|---|
AbstractProfileRecognizerProvider()  | 
AbstractProfileRecognizerProvider(java.lang.Class<? extends ProfileRecognizer> clazz)  | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractToolkitBuilder | 
create(ToolkitContext tkContext)  | 
protected abstract ProfileFactory | 
getProfileFactory(Cookie cookie)  | 
protected abstract ProfileInfo | 
getProfileInfo(Cookie cookie)  | 
protected abstract boolean | 
recognize(Element element,
         ToolkitContext tkContext,
         Cookie cookie)  | 
buildDelegate, create, getToolkitClass, recognizepublic AbstractProfileRecognizerProvider()
public AbstractProfileRecognizerProvider(java.lang.Class<? extends ProfileRecognizer> clazz)
public AbstractToolkitBuilder create(ToolkitContext tkContext)
create in interface ToolkitProvidercreate in class AbstractToolkitProviderprotected abstract boolean recognize(Element element, ToolkitContext tkContext, Cookie cookie)
protected abstract ProfileInfo getProfileInfo(Cookie cookie)
protected abstract ProfileFactory getProfileFactory(Cookie cookie)