Searched refs:fileRoot (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DResourceLookup.java67 * @param fileRoot
77 String fileRoot, String locale, String orgFilePath,
81 String cacheKey = new StringBuffer(fileRoot).append(":").append(locale)
97 File[] orderedPaths = FileLookup.getOrderedPaths(fileRoot, locale,
76 getFirstExisting(ServletContext context, String fileRoot, String locale, String orgFilePath, String clientPath, String filename, String resourceDir) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DResourceLookup.java67 * @param fileRoot
77 String fileRoot, String locale, String orgFilePath,
81 String cacheKey = new StringBuffer(fileRoot).append(":").append(locale)
97 File[] orderedPaths = FileLookup.getOrderedPaths(fileRoot, locale,
76 getFirstExisting(ServletContext context, String fileRoot, String locale, String orgFilePath, String clientPath, String filename, String resourceDir) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java2030 String fileRoot = getFileRoot();
2043 templateFile = ResourceLookup.getFirstExisting(servletContext, fileRoot, strlocale, orgFilePath, filePath,
2048 .append(fileRoot)
2068 String fileRoot = ISAuthConstants.DEFAULT_DIR;
2074 fileRoot = rootOrgName;
2076 return (fileRoot);
2103 public static String getResourceLocation(String fileRoot, String localeName, argument
2113 ResourceLookup.getFirstExisting(servletContext,fileRoot,
2120 fileRoot,localeName,
2229 String fileRoot
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java2033 String fileRoot = getFileRoot();
2046 templateFile = ResourceLookup.getFirstExisting(servletContext, fileRoot, strlocale, orgFilePath, filePath,
2051 .append(fileRoot)
2071 String fileRoot = ISAuthConstants.DEFAULT_DIR;
2077 fileRoot = rootOrgName;
2079 return (fileRoot);
2106 public static String getResourceLocation(String fileRoot, String localeName, argument
2116 ResourceLookup.getFirstExisting(servletContext,fileRoot,
2123 fileRoot,localeName,
2232 String fileRoot
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java851 String fileRoot = getFileRoot();
865 fileRoot,locale,orgFilePath,filePath,fileName,
869 .append(fileRoot).append(Constants.FILE_SEPARATOR)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java781 String fileRoot = getFileRoot();
795 fileRoot,locale,orgFilePath,filePath,fileName,
799 .append(fileRoot).append(Constants.FILE_SEPARATOR)

Completed in 56 milliseconds