Searched defs:getContextPath (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/js/
H A Dopenam.js51 function getContextPath() {
/forgerock/openam/openam-server-only/src/main/webapp/js/
H A Dopenam.js51 function getContextPath() {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DIHttpServletRequest.java63 String getContextPath(); method in interface:IHttpServletRequest
H A DHttpServletRequestWrapper.java100 public String getContextPath() { method in class:HttpServletRequestWrapper
101 return (req != null) ? req.getContextPath() : (String) parameterMap.get("DEPLOYMENT_URI");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DIHttpServletRequest.java63 String getContextPath(); method in interface:IHttpServletRequest
H A DHttpServletRequestWrapper.java100 public String getContextPath() { method in class:HttpServletRequestWrapper
101 return (req != null) ? req.getContextPath() : (String) parameterMap.get("DEPLOYMENT_URI");
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeHttpServletRequest.java61 parameters.put(SetupConstants.CONFIG_VAR_SERVER_URI, getContextPath());
92 public String getContextPath() { method in class:UpgradeHttpServletRequest
105 return SystemProperties.get(Constants.AM_SERVER_PROTOCOL) + "://" + SystemProperties.get(Constants.AM_SERVER_HOST) + ":" + SystemProperties.get(Constants.AM_SERVER_PORT) + getContextPath();
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeHttpServletRequest.java61 parameters.put(SetupConstants.CONFIG_VAR_SERVER_URI, getContextPath());
92 public String getContextPath() { method in class:UpgradeHttpServletRequest
105 return SystemProperties.get(Constants.AM_SERVER_PROTOCOL) + "://" + SystemProperties.get(Constants.AM_SERVER_HOST) + ":" + SystemProperties.get(Constants.AM_SERVER_PORT) + getContextPath();
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/services/baseurl/
H A DBaseURLProvider.java140 public String getContextPath() { method in class:BaseURLProvider
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteHttpServletRequest.java117 contextPath = getContextPath();
271 * The default behavior of this method is to return getContextPath()
276 public String getContextPath() { method in class:RemoteHttpServletRequest
277 return this._getHttpServletRequest() != null ? this._getHttpServletRequest().getContextPath() : contextPath;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteHttpServletRequest.java117 contextPath = getContextPath();
271 * The default behavior of this method is to return getContextPath()
276 public String getContextPath() { method in class:RemoteHttpServletRequest
277 return this._getHttpServletRequest() != null ? this._getHttpServletRequest().getContextPath() : contextPath;
/forgerock/opendj2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2.6.2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2-hg/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...

Completed in 76 milliseconds