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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DResourceLookup.java70 * @param clientPath
78 String clientPath, String filename, String resourceDir) {
82 .append(":").append(orgFilePath).append(":").append(clientPath)
98 null, orgFilePath, clientPath, filename);
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.java70 * @param clientPath
78 String clientPath, String filename, String resourceDir) {
82 .append(":").append(orgFilePath).append(":").append(clientPath)
98 null, orgFilePath, clientPath, filename);
76 getFirstExisting(ServletContext context, String fileRoot, String locale, String orgFilePath, String clientPath, String filename, String resourceDir) argument
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/search/
H A DFileLookup.java101 * <type>_<locale>/<component>/<clientPath>/<filename>
103 * <type>_<locale>/<component>/<orgPath>/<clientPath>/<filename>
105 * <type>_<locale>/<clientPath>/<filename>
126 * @param clientPath The client type for that part of the filepath
136 String clientPath,
146 + "|" + component + "|" + orgPath + "|" + clientPath + "|"
236 if ((clientPath != null) && (clientPath.length() > 0)) {
237 clientkeys = getClientPathKeys(clientPath);
289 * no clientPath specifie
131 getOrderedPaths( String type, String locale, String component, String orgPath, String clientPath, String filename ) argument
378 getFirstExisting( String type, String locale, String component, String clientPath, String filename, String templateDir, boolean enableCache ) argument
405 getFirstExisting( String type, String locale, String component, String orgFilePath, String clientPath, String filename, String templateDir, boolean enableCache ) argument
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/search/
H A DFileLookup.java101 * <type>_<locale>/<component>/<clientPath>/<filename>
103 * <type>_<locale>/<component>/<orgPath>/<clientPath>/<filename>
105 * <type>_<locale>/<clientPath>/<filename>
126 * @param clientPath The client type for that part of the filepath
136 String clientPath,
146 + "|" + component + "|" + orgPath + "|" + clientPath + "|"
236 if ((clientPath != null) && (clientPath.length() > 0)) {
237 clientkeys = getClientPathKeys(clientPath);
289 * no clientPath specifie
131 getOrderedPaths( String type, String locale, String component, String orgPath, String clientPath, String filename ) argument
378 getFirstExisting( String type, String locale, String component, String clientPath, String filename, String templateDir, boolean enableCache ) argument
405 getFirstExisting( String type, String locale, String component, String orgFilePath, String clientPath, String filename, String templateDir, boolean enableCache ) argument
[all...]

Completed in 532 milliseconds