Reference > API > Website Builder > Redirect
Redirect
Website Builder redirect use cases and event handlers
- What use cases are available in
webiny/api/website-builder/redirect? - Which event handlers can you implement?
- How to import and use each exported item?
Overview
This page documents everything exported from webiny/api/website-builder/redirect. Import any of the items below directly from this path in your Webiny extensions.
Use Cases
Event Handlers
Use Cases
CreateRedirectUseCase
Use Case Abstraction — imported from webiny/api/website-builder/redirect
Interface CreateRedirectUseCase.Interface:
Types:
Usage:
DeleteRedirectUseCase
Use Case Abstraction — imported from webiny/api/website-builder/redirect
Interface DeleteRedirectUseCase.Interface:
Types:
Usage:
GetActiveRedirectsUseCase
Use Case Abstraction — imported from webiny/api/website-builder/redirect
Interface GetActiveRedirectsUseCase.Interface:
Types:
Usage:
GetRedirectByIdUseCase
Use Case Abstraction — imported from webiny/api/website-builder/redirect
Interface GetRedirectByIdUseCase.Interface:
Types:
Usage:
InvalidateRedirectsCacheUseCase
Use Case Abstraction — imported from webiny/api/website-builder/redirect
Interface InvalidateRedirectsCacheUseCase.Interface:
Types:
Usage:
ListRedirectsUseCase
Use Case Abstraction — imported from webiny/api/website-builder/redirect
Interface ListRedirectsUseCase.Interface:
Types:
Usage:
MoveRedirectUseCase
Use Case Abstraction — imported from webiny/api/website-builder/redirect
Interface MoveRedirectUseCase.Interface:
Types:
Usage:
UpdateRedirectUseCase
Use Case Abstraction — imported from webiny/api/website-builder/redirect
Interface UpdateRedirectUseCase.Interface:
Types:
Usage:
Event Handlers
RedirectAfterCreateEventHandler
Event Handler Abstraction — imported from webiny/api/website-builder/redirect
Interface RedirectAfterCreateEventHandler.Interface:
Event payload RedirectAfterCreatePayload:
Types:
Usage:
RedirectAfterDeleteEventHandler
Event Handler Abstraction — imported from webiny/api/website-builder/redirect
Interface RedirectAfterDeleteEventHandler.Interface:
Event payload RedirectAfterDeletePayload:
Types:
Usage:
RedirectAfterMoveEventHandler
Event Handler Abstraction — imported from webiny/api/website-builder/redirect
Interface RedirectAfterMoveEventHandler.Interface:
Event payload RedirectAfterMovePayload:
Types:
Usage:
RedirectAfterUpdateEventHandler
Event Handler Abstraction — imported from webiny/api/website-builder/redirect
Interface RedirectAfterUpdateEventHandler.Interface:
Event payload RedirectAfterUpdatePayload:
Types:
Usage:
RedirectBeforeCreateEventHandler
Event Handler Abstraction — imported from webiny/api/website-builder/redirect
Interface RedirectBeforeCreateEventHandler.Interface:
Event payload RedirectBeforeCreatePayload:
Types:
Usage:
RedirectBeforeDeleteEventHandler
Event Handler Abstraction — imported from webiny/api/website-builder/redirect
Interface RedirectBeforeDeleteEventHandler.Interface:
Event payload RedirectBeforeDeletePayload:
Types:
Usage:
RedirectBeforeMoveEventHandler
Event Handler Abstraction — imported from webiny/api/website-builder/redirect
Interface RedirectBeforeMoveEventHandler.Interface:
Event payload RedirectBeforeMovePayload:
Types:
Usage:
RedirectBeforeUpdateEventHandler
Event Handler Abstraction — imported from webiny/api/website-builder/redirect
Interface RedirectBeforeUpdateEventHandler.Interface:
Event payload RedirectBeforeUpdatePayload:
Types:
Usage: