Function useEnvironmentContext
- useEnvironmentContext(): {
getCurrentLocale: () => string;
getCurrentUserName: () => string;
getServletContextName: () => string;
getStaticContentPath: () => string;
getTenantContextPath: () => string;
} Returns {
getCurrentLocale: () => string;
getCurrentUserName: () => string;
getServletContextName: () => string;
getStaticContentPath: () => string;
getTenantContextPath: () => string;
}
getCurrentLocale: () => string
getCurrentUserName: () => string
getServletContextName: () => string
getStaticContentPath: () => string
getTenantContextPath: () => string
環境コンテキスト情報が参照可能なロジックを生成します。