Package wt.session
Class SessionHelper
java.lang.Object
wt.session.SessionHelper
- All Implemented Interfaces:
Externalizable,Serializable
Helper class that p[rovides a convinient way to access the SessionManager functionality.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic LocaleReturns the current Windchill Locale.static WTPrincipal
Supported API: true
-
Field Details
-
manager
Supported API: true
-
-
Method Details
-
getPrincipal
Supported API: true- Returns:
- WTPrincipal
- Throws:
WTException
-
getLocale
Returns the current Windchill Locale.
UseSessionManager.getLanguagePreferenceLocales()to get all of Windchill Locales for the request.
Supported API: true- Returns:
- Locale
- Throws:
WTException
-