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)- (): string
- Returns string- 現在のロケール 
 
 
- getCurrentUserName: (() => string)- (): string
- Returns string- 現在ログイン中のユーザー名 
 
 
- getServletContextName: (() => string)- (): string
- Returns string- サーブレットコンテキスト名 
 
 
- getStaticContentPath: (() => string)- (): string
- Returns string- 静的コンテンツのパス 
 
 
- getTenantContextPath: (() => string)- (): string
- Returns string- テナントコンテキストパス 
 
 
 
環境コンテキスト情報が参照可能なロジックを生成します。