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, recognizepublic AbstractToolkitBuilder create(ToolkitContext tkContext)
create in interface ToolkitProvidercreate in class AbstractToolkitProviderprotected boolean canCreate(Element element, ToolkitContext tkContext, Cookie cookie)
protected abstract Profile migrateProfile(Profile profile, ToolkitContext tkContext, Cookie cookie)