Interface ExternalPreviewContext
- All Superinterfaces:
BaseContext
,SpecialistsBroker
Context providing information and accessors for external preview items.
- Since:
- 5.2.101
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.BaseContext
BaseContext.Env
-
Method Summary
Modifier and TypeMethodDescription@Nullable IDProvider
Provides the element the toolbar context relates to.@Nullable Language
Provides the contextual language of the current element.Provides the store type the toolbar context relates to.Methods inherited from interface de.espirit.firstspirit.access.BaseContext
is, logDebug, logError, logError, logInfo, logWarning
Methods inherited from interface de.espirit.firstspirit.agency.SpecialistsBroker
requestSpecialist, requireSpecialist
-
Method Details
-
getStoreType
Provides the store type the toolbar context relates to.- Returns:
- The store type.
- Since:
- 5.2.101
-
getElement
Provides the element the toolbar context relates to.- Returns:
- The element or
null
, if no element is available. - Since:
- 5.2.101
-
getLanguage
Provides the contextual language of the current element.- Returns:
- The context lagnuage or
null
, if no language is available. - Since:
- 5.2.101
-