public class ContextInfo extends HasAttributesInfo implements Context, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ContextInfo.Builder |
attributes| Modifier and Type | Method and Description |
|---|---|
String |
getLocaleLanguage()
Name: Locale Language
Laguage portion of the locale information used in this context
|
String |
getLocaleRegion()
Name: Locale Region
Laguage Region portion of the locale information to be used in this context
|
String |
getLocaleScript()
Name: Locale Script
Laguage Script to be used in this context
|
String |
getLocaleVariant()
Name: Locale Language Variant
Laguage variant portion of the locale information to be used in this context
|
String |
getPrincipalId()
Name: Principal Id
Principal Id of the currently authenticated user or the user on
whom's behalf this method is being invoked.
|
String |
getTimeZone()
Name: Tim Zone
The time zone to be used in this context
|
getAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributespublic String getPrincipalId()
ContextgetPrincipalId in interface Contextpublic String getLocaleLanguage()
ContextgetLocaleLanguage in interface Contextpublic String getLocaleVariant()
ContextgetLocaleVariant in interface Contextpublic String getLocaleRegion()
ContextgetLocaleRegion in interface Contextpublic String getLocaleScript()
ContextgetLocaleScript in interface Contextpublic String getTimeZone()
ContextgetTimeZone in interface ContextCopyright © 2004–2014 The Kuali Foundation. All rights reserved.