public abstract class AbstractHashProfileMigratorProvider extends AbstractToolkitProvider
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractHashProfileMigratorProvider.DefaultHashProfileMigrator |
tkClass_
Constructor and Description |
---|
AbstractHashProfileMigratorProvider() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canCreate(Element element,
ToolkitContext tkContext,
Cookie cookie) |
AbstractToolkitBuilder |
create(ToolkitContext tkContext) |
protected abstract Profile |
migrateProfile(Profile profile,
ToolkitContext tkContext,
Cookie cookie) |
buildDelegate, create, getToolkitClass, recognize
public AbstractToolkitBuilder create(ToolkitContext tkContext)
create
in interface ToolkitProvider
create
in class AbstractToolkitProvider
protected boolean canCreate(Element element, ToolkitContext tkContext, Cookie cookie)
protected abstract Profile migrateProfile(Profile profile, ToolkitContext tkContext, Cookie cookie)