Interface Ui5ContextInterface
Defines the minimal technical runtime context contract for LaravelUi5.
The context represents the current execution scope of a UI5 request and provides access to the technical information required by the Core to resolve and serve UI5 artifacts.
This interface is intentionally minimal and semantically neutral. It must not expose business concepts, authorization data, or identity-related information.
Implementations of this interface may be created:
The actual implementation bound in the service container may vary depending on the active layer (Core-only or SDK-extended).
The context provides:
The context does NOT:
| Methods | ||
|---|---|---|
public
|
request(): Request|null
|
# |
public
|
artifact(): Ui5ArtifactInterface
|
# |
public
|
locale(): string|null
|
# |