Plumtree Tags API  
 

IEnvironment Members

IEnvironment overview

Public Instance Methods

Public Method IconGetAccessStyle This method returns the current access style (i.e. Section 508 compliance, low bandwidth, or standard).
Public Method IconGetCurrentHTTPRequest Return the HTTP Request for the current request.
Public Method IconGetCurrentHTTPResponse Return the HTTP Response for the current request.
Public Method IconGetCurrentNormalizedBaseURL Return the normalized base url of the current request. The normalized base url is essentially the request url up to and including the '?'.
Public Method IconGetCurrentRequestURL Return the full url of the current request.
Public Method IconGetLanguage Gets the current language of the user. E.G. en, fr, jp
Public Method IconGetLocale Gets the current locale of the user. E.G. en-us, en-gb, fr-fr, jp-jp
Public Method IconGetString This method gets localized strings for an internationalized string file based on the user's locale. Available string files:
Public Method IconGetTimeZone Gets the time zone of the current user. E.G. America/Los_Angeles
Public Method IconGetUserSession Return the user's Session. This is a generic Object that can be used for different kinds of sessions. This will have to be cast to the correct type of session (IPTSession for the portal).
Public Method IconGetVarPack This method gets Variable Packages.

See Also

IEnvironment Interface | com.plumtree.uiinfrastructure.uitasks Namespace