環境コンテキスト情報が参照可能なロジックを生成します。
現在のロケールを返却します。
現在ログイン中のユーザー名を返却します。
サーブレットコンテキスト名を返却します。
静的コンテンツのパスを返却します。
テナントコンテキストパスを返却します。
const { getTenantContextPath } = Mdc.useEnvironmentContext();const tenantContextPath = getTenantContextPath(); Copy
const { getTenantContextPath } = Mdc.useEnvironmentContext();const tenantContextPath = getTenantContextPath();
環境コンテキスト情報が参照可能なロジックを生成します。