![]() | This method returns the current access style (i.e. Section 508 compliance, low bandwidth, or standard). |
![]() | Return the HTTP Request for the current request. |
![]() | Return the HTTP Response for the current request. |
![]() | Return the normalized base url of the current request. The normalized base url is essentially the request url up to and including the '?'. |
![]() | Return the full url of the current request. |
![]() | Gets the current language of the user. E.G. en, fr, jp |
![]() | Gets the current locale of the user. E.G. en-us, en-gb, fr-fr, jp-jp |
![]() | This method gets localized strings for an internationalized string file based on the user's locale. Available string files: |
![]() | Gets the time zone of the current user. E.G. America/Los_Angeles |
![]() | 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). |
![]() | This method gets Variable Packages. |
IEnvironment Interface | com.plumtree.uiinfrastructure.uitasks Namespace