JavaScript : XSPContext

Displays all the Javascript funtions associated with XSPContext .
XSPContext represents the context in which the server script is running.

filterHTML() Removes malicious active content from HTML. Open FilterHTML
getHistoryUrl() Gets a previous URL from the navigation history of the current page. /jsXSPView.xsp
getHistoryUrls() Gets all URLs from the navigation history of the current page. /jsXSPContext.xsp,/jsXSPView.xsp
getTimeZone() Gets the current time zone. Asia/Tokyo
setTimeZone() Sets the time zone for the current session.
getTimeZoneString() Gets the current time zone as a string. Asia/Tokyo
setTimeZoneString() Sets the time zone for the current session as a string
getLocale() Gets the current locale. en
setLocale() Sets the locale for the current session.
getLocaleString() The locale for the current session as a string en
setLocaleString() Sets the locale for the current session as a string.
isDirectionLTR() Checks if the base direction of text is left to right. true
isDirectionRTL() Checks if the base direction of text is right to left. false
reloadPage() Reloads the page.
getProperty() Gets a property with a default value test property default
getProperty() Gets a property value test property 1
setSessionProperty() Sets a session property value
getSessionProperty() Gets a session property value
isComponent() Checks if the runtime context is a component. false
isRunningContext() Checks is running context false
bundle()
getThemeId()