Uiinfrastructure API Docs  
 

com.plumtree.uiinfrastructure.statichelpers Namespace

Namespace hierarchy

Classes

Class Description
AnchorInLocalizedString This class is used to insert anchors in localized strings using placeholders. Strings should have placeholders {0} and {1} around the section that should be turned into a link. This class does not handle escaped placeholders (\\{0}).
ConfigHelper This class contains helper methods to get variables from the configVarPack. This is also used to get data that is generated from the config var pack, along with some logic from other places, like the image server urls. These should only be retrieved from this static helper. NOTE DonH: if the base config varpack reloads, this will not currently get reloaded. Reloading wouldn't be threadsafe anyways.
GeneralHelpers  
HTMLConstructHelpers  
HTTPHelpers This class contains helpers for dealing with HTTP, QS, JS, and other URL related issues.
HttpUtils  
ImgSvrURLHelper This class helps Plumtree products communicate with the Image Server. Mainly its purpose is to build URLs that enforce the rules of the Image Server. Special note: The LX characters in the folder name constants represent the level. So L3 means that the folder is three levels deep on the Image Server.
InPlaceRefreshHelper This class is a helper class to insert "In-Place Refresh" functionality to your Activity Space. Most of the helpers deal with inserting JS method calls and functions into your views and display pages.
JSHelper Javascript helper functions
OpenHTTPServiceHelper Container class for singleton instance of OpenHTTPService and OpenHTTPSession used in UI
PersonalSettingsHelper Helper to get and set key values on the HTTPSession sandbox. Please refer to AActivitySpace to see usage. Includes things originally in LoginHelper; intent is to support core personal settings applicable to any product: access style, locale, language.
VersionHelper