XPages URL CheatSheet

Content Code Result
Host Only return context.getUrl().toString().split(facesContext.getExternalContext().getRequest().getRequestURI())[0] http://xpagescheatsheet.com
Host with DB return context.getUrl().toString() http://xpagescheatsheet.com/cheatsheet.nsf/url.xsp?test=1
Database file Name @LeftBack(database.getFileName(),".nsf") cheatsheet
get QueryString return facesContext.getExternalContext().getRequest().getQueryString() test=1
get QueryString 2 return context.getUrl().getQueryString() ?test=1


Content Code Result
Current Path facesContext.getExternalContext().getRequest().getContextPath() /cheatsheet.nsf
Full Path With Page facesContext.getExternalContext().getRequest().getRequestURI() /cheatsheet.nsf/url.xsp
Full URL facesContext.getExternalContext().getRequest().getRequestURL() http://xpagescheatsheet.com/cheatsheet.nsf/url.xsp
var url:XSPUrl = new XSPUrl(database.getHttpURL());
var result = url.getHost()
return result
flyers.notesin9.com
XSPUrl.getAddress http://flyers.notesin9.com/__852579C40075620B.nsf
XSPUrl.getFragment
XSPUrl.getPath /__852579C40075620B.nsf
XSPUrl.getPort -1.0
XSPUrl.getSiteRelativeAddress -1.0
User Name session.getEffectiveUserName() Anonymous
Common Name var uName:NotesName = session.createName(session.getEffectiveUserName())
return uName.getCommon()
Anonymous
facesContext.getExternalContext().getRequest().getContextPath() /cheatsheet.nsf
@ReplaceSubstring(database.getFilePath(), '\\', '/'); cheatsheet.nsf
Page Name view.getPageName() /url.xsp
view.getPageBaseURL()
@FullUrl("myPage") /cheatsheet.nsf/myPage
Full URL and Page context.getUrl() http://xpagescheatsheet.com/cheatsheet.nsf/url.xsp?test=1
var url =  context.getUrl() context.getUrl();
url.removeAllParameters();
return url
http://xpagescheatsheet.com/cheatsheet.nsf/url.xsp
database.getFilePath() cheatsheet.nsf
context.getUrl().toString().split(view.getPageName())[0] http://xpagescheatsheet.com/cheatsheet.nsf
facesContext.externalContext.requestContextPath()
facesContext.getExternalContext().getRequest().getContextPath() + "?Logout&redirect=http://www.yahoo.com" /cheatsheet.nsf?Logout&redirect=http://www.yahoo.com
Get the Protocol url = context.getUrl();
return url.getScheme();
http
context.getUrl().toString() http://xpagescheatsheet.com/cheatsheet.nsf/url.xsp?test=1
context.getUrl.getPath() /cheatsheet.nsf/url.xsp
context.getUrl.getAddress() http://xpagescheatsheet.com/cheatsheet.nsf/url.xsp
context.getUrl().getHost() xpagescheatsheet.com
context.getUrl().getSiteRelativeAddress(context) /url.xsp
Base URL context.getUrl().getAddress().replace(view.getPageName(), '') http://xpagescheatsheet.com/cheatsheet.nsf
User Agent var uAgent = context.getUserAgent().getUserAgent(); Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
iOS8 false

deviceBean.isIPhone() false
deviceBean.isiPad() false
deviceBean.isMobille() false
deviceBean.isTablet() false
deviceBean.getVersion('ipad')
deviceBean.getVersion('apple')
deviceBean.isApple() false
deviceBean.getValue("ipad") false
iOS 8 Not iOS



this is a test/cheatsheet.nsf
/cheatsheet.nsf/url.xsp


=====
Name String Value Description
applicationScope {com.sun.faces.ApplicationAssociate=com.sun.faces.application.ApplicationAssociate@782fd43e, com.sun.faces.OneTimeInitialization=com.sun.faces.OneTimeInitialization, javax.servlet.context.tempdir=/Partitions/flyers.notesin9.com/xsp/cheatsheet.nsf, deviceBean=com.ibm.xsp.extlib.beans.DeviceBean@ae6ab61c, com.sun.faces.HTML_BASIC=com.ibm.xsp.renderkit.ReadOnlyRenderKit@9f2f5da8} Map containing the application scope values
cookie {SessionID=javax.servlet.http.Cookie@646a0bea} Map containing the cookies for the current request
facesContext com.ibm.xsp.domino.context.DominoFacesContext@d4cbaec3 The FacesContext instance for the current request
header {user-agent=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com), cookie=SessionID=8E14F5FD7A32A2B5EF194722C14BBD0561A52B9D, accept-encoding=gzip, br, zstd, deflate, accept=*/*, host=xpagescheatsheet.com} Map containing the HTTP header values for the current request
headerValues {cookie=com.ibm.domino.xsp.bridge.http.util.SingleValueEnumeration@5ab08e54, accept=com.ibm.domino.xsp.bridge.http.util.SingleValueEnumeration@106bca95, host=com.ibm.domino.xsp.bridge.http.util.SingleValueEnumeration@8ba80e77, user-agent=com.ibm.domino.xsp.bridge.http.util.SingleValueEnumeration@2faa676f, accept-encoding=com.ibm.domino.xsp.bridge.http.util.SingleValueEnumeration@e468e058} Map containing arrays which contain the header values for the HTTP headers for the current request
initParam {com.ibm.xsp.SHARED_CONFIG=true, xsp.library.extra=com.ibm.xsp.extlib.library, com.sun.faces.verifyObjects=false, com.sun.faces.forceLoadConfiguration=true} Map containing the initialization parameters for the web application
param {test=1} Map containing the request parameters for the current request
paramValues {test=[Ljava.lang.String;@31ee5e44} Map containing arrays which contain the parameter values for request parameters for the current request
requestScope {__xspconvid=null, com.ibm.xsp.SESSION_ID=8E14F5FD7A32A2B5EF194722C14BBD0561A52B9D, com.sun.faces.INVOCATION_PATH=.xsp, bluemixContext=com.ibm.xsp.bluemix.util.context.BluemixContext@fd174a71, context=com.ibm.xsp.designer.context.ServletXSPContext@1064c01b, cookie={SessionID=javax.servlet.http.Cookie@646a0bea}, com.sun.faces.FORM_CLIENT_ID_ATTR=view:_id1, extlib.device.deviceBeanData=com.ibm.xsp.extlib.device.impl.DeviceImpl@9e843a49, session=CN=Flyers/O=Ni9, database=cheatsheet.nsf, componentParameters=com.ibm.xsp.application.ComponentParameters@9e7336d0} Map containing the request attributes for the current request
sessionScope {menu=tasks, __notescontext_publicaccess=com.ibm.domino.xsp.module.nsf.NotesContext$AccessPrivileges@58b59b7, xsp.sessionData=com.ibm.xsp.designer.context.PersistentSessionData@176d31f9, __XSP_STATE_FILE=com.ibm.xsp.application.FileStateManager$SessionState@2a77b00, xspIsBot=false} Map containing the session attributes for the current request
view com.ibm.xsp.component.UIViewRootEx2@68f72225 UIViewRoot of the current component tree
viewScope {} Map containing the view scope values
context com.ibm.xsp.designer.context.ServletXSPContext@1064c01b The XspContext instance for the current request
database cheatsheet.nsf The Database instance for the current request
session CN=Flyers/O=Ni9 The Session instance for the current request
sessionAsSigner CN=Flyers/O=Ni9 The Session instance with the credentials of the XPage signer
sessionAsSignerWithFullAccess CN=Flyers/O=Ni9 The Session instance with the credentials of the XPage signer and with full administratice access