Searched defs:getNormalizedRealPath (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-examples/openam-example-clientsdk-war/src/main/java/com/sun/identity/setup/
H A DSetupClientWARSamples.java225 public static String getNormalizedRealPath(ServletContext servletCtx) method in class:SetupClientWARSamples
/forgerock/openam/openam-examples/openam-example-clientsdk-war/src/main/java/com/sun/identity/setup/
H A DSetupClientWARSamples.java225 public static String getNormalizedRealPath(ServletContext servletCtx) method in class:SetupClientWARSamples
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java1154 String realPath = getNormalizedRealPath(servletCtx);
1220 String path = getNormalizedRealPath(servletCtx);
1282 String path = getNormalizedRealPath(servletCtx);
1313 private static String getNormalizedRealPath(ServletContext servletCtx) { method in class:AMSetupServlet
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java1037 String realPath = getNormalizedRealPath(servletCtx);
1132 String path = getNormalizedRealPath(servletCtx);
1194 String path = getNormalizedRealPath(servletCtx);
1225 private static String getNormalizedRealPath(ServletContext servletCtx) { method in class:AMSetupServlet

Completed in 60 milliseconds